fixed logging changes to be python2 compatible, small change to Pipfile to support possibility of installing to python2, but python3 required for dev
This commit is contained in:
parent
0683ea3c22
commit
58471b168b
5 changed files with 14 additions and 93 deletions
|
@ -8,7 +8,6 @@ coredev = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
|||
|
||||
[dev-packages]
|
||||
grpcio-tools = "*"
|
||||
core = {editable = true,path = "."}
|
||||
isort = "*"
|
||||
pre-commit = "*"
|
||||
flake8 = "*"
|
||||
|
@ -17,10 +16,4 @@ pytest = "*"
|
|||
mock = "*"
|
||||
|
||||
[packages]
|
||||
configparser = "*"
|
||||
enum34 = {markers = "python_version < '3.4'"}
|
||||
future = "*"
|
||||
futures = {markers = "python_version < '3.2'"}
|
||||
grpcio = "*"
|
||||
lxml = "*"
|
||||
protobuf = "*"
|
||||
core = {editable = true,path = "."}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue