updated requirements.txt to latest tested 2/3 environment and updated setup.py to reflect current dependencies
This commit is contained in:
parent
f78736ebfd
commit
86ada3da0b
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
configparser==3.7.4
|
||||
enum34==1.1.6
|
||||
configparser=3.5.0
|
||||
future==0.17.1
|
||||
futures==3.2.0
|
||||
grpcio==1.18.0
|
||||
grpcio==1.21.1
|
||||
grpcio-tools==1.21.1
|
||||
lxml==4.3.3
|
||||
protobuf==3.8.0
|
||||
six==1.12.0
|
||||
|
|
|
@ -42,9 +42,10 @@ setup(
|
|||
version="@PACKAGE_VERSION@",
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"enum34",
|
||||
"configparser",
|
||||
"enum34",
|
||||
"future",
|
||||
"grpcio",
|
||||
"lxml"
|
||||
],
|
||||
tests_require=[
|
||||
|
|
Loading…
Reference in a new issue