Browse Source

Add 'requirements.txt'

Android advanced developer 2 years ago
parent
commit
09e0332ade
1 changed files with 15 additions and 0 deletions
  1. 15 0
      requirements.txt

+ 15 - 0
requirements.txt

@@ -0,0 +1,15 @@
+Click>=7.0,!=8.0.0  # click 8.0.0 is broken
+GitPython>=1.0.0
+requests>=2.0.0,<3
+promise>=2.0,<3
+shortuuid>=0.5.0
+psutil>=5.0.0
+sentry-sdk>=1.0.0
+six>=1.13.0
+docker-pycreds>=0.4.0
+protobuf>=3.12.0,!=4.0.*,!=4.21.0,<5
+PyYAML
+pathtools # supports vendored version of watchdog 0.9.0
+setproctitle
+setuptools
+dataclasses; python_version < '3.7'