updated requirements.txt to use environment markers for dataclasses dependency
This commit is contained in:
parent
eccd1f1695
commit
1252f72220
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
cffi==1.14.0
|
cffi==1.14.0
|
||||||
cryptography==2.8
|
cryptography==2.8
|
||||||
dataclasses==0.7
|
dataclasses==0.7; python_version == "3.6"
|
||||||
fabric==2.5.0
|
fabric==2.5.0
|
||||||
grpcio==1.27.2
|
grpcio==1.27.2
|
||||||
invoke==1.4.1
|
invoke==1.4.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue