Remove some unused dependencies and update the rest.
This commit is contained in:
parent
85ce3c6bb2
commit
cceb09d4f6
3 changed files with 25 additions and 30 deletions
|
@ -3,7 +3,6 @@ import logging.config
|
|||
logging.config.fileConfig('conf/logging.conf', disable_existing_loggers=False)
|
||||
|
||||
import logging
|
||||
import daemon
|
||||
import argparse
|
||||
import os
|
||||
import requests
|
||||
|
|
Reference in a new issue