those are needed

pull/1416/head
Harald Schafer 5 years ago
parent ff70a0f5d2
commit ee7671af19
  1. 16
      Pipfile

@ -5,15 +5,7 @@ verify_ssl = true
[dev-packages] [dev-packages]
opencv-python= "==3.4.2.17" opencv-python= "==3.4.2.17"
PyQt5 = "*"
ipython = "*"
networkx = "==2.3" networkx = "==2.3"
azure-core = "*"
azure-common = "*"
azure-nspkg = "==3.0.2"
azure-storage-blob = "==2.1.0"
azure-storage-common = "==2.1.0"
azure-storage-nspkg = "==3.1.0"
boto = "*" boto = "*"
"boto3" = "*" "boto3" = "*"
control = "*" control = "*"
@ -43,8 +35,6 @@ redis = "*"
"s2sphere" = "*" "s2sphere" = "*"
"subprocess32" = "*" "subprocess32" = "*"
tenacity = "*" tenacity = "*"
tensorflow-gpu = "==2.2.0rc3"
keras_applications = "*"
PyMySQL = "==0.9.2" PyMySQL = "==0.9.2"
Werkzeug = "*" Werkzeug = "*"
"backports.lzma" = "*" "backports.lzma" = "*"
@ -60,10 +50,8 @@ fastcluster = "*"
pygame = "*" pygame = "*"
simplejson = "*" simplejson = "*"
python-logstash-async = "*" python-logstash-async = "*"
seaborn = "*"
pyproj = "*" pyproj = "*"
mock = "*" mock = "*"
matplotlib = "*"
dictdiffer = "*" dictdiffer = "*"
aenum = "*" aenum = "*"
coverage = "*" coverage = "*"
@ -106,6 +94,10 @@ pylint = "*"
pillow = "*" pillow = "*"
scons = "*" scons = "*"
cysignals = "*" cysignals = "*"
pycryptodome = "*"
"Jinja2" = "*"
PyJWT = "*"
[requires] [requires]
python_version = "3.7.3" python_version = "3.7.3"

Loading…
Cancel
Save