update setup.py to leverage extra_requires and updates to pipfile dependencies
This commit is contained in:
parent
3e325fcdc7
commit
0683ea3c22
4 changed files with 11 additions and 33 deletions
|
@ -18,7 +18,7 @@ mock = "*"
|
|||
|
||||
[packages]
|
||||
configparser = "*"
|
||||
enum34 = "*"
|
||||
enum34 = {markers = "python_version < '3.4'"}
|
||||
future = "*"
|
||||
futures = {markers = "python_version < '3.2'"}
|
||||
grpcio = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue