requirements.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. apache-ranger==0.0.3
  2. asn1crypto==0.24.0
  3. avro-python3==1.8.2
  4. Babel==2.9.1
  5. boto==2.46.1
  6. # boto3==1.17.41 # Last Py2 is 1.17
  7. celery[redis]==5.2.2
  8. cffi==1.15.0
  9. channels==3.0.3
  10. channels-redis==3.2.0
  11. configobj==5.0.6
  12. cryptography==36.0.1
  13. django-auth-ldap==2.3.0
  14. Django==3.2.12
  15. daphne==3.0.2
  16. django-celery-beat==2.2.1
  17. django-celery-results==2.2.0
  18. django-cors-headers==3.7.0
  19. django-crequest==2018.5.11
  20. django-debug-panel==0.8.3
  21. django-debug-toolbar==1.11.1
  22. django-extensions==3.1.3
  23. django-ipware==3.0.2
  24. django-nose==1.4.7
  25. django_opentracing==1.1.0
  26. django_prometheus==1.0.15
  27. django-webpack-loader==1.0.0
  28. djangorestframework-simplejwt==4.4.0 # For Python 3.6
  29. djangorestframework==3.12.2
  30. eventlet==0.30.2
  31. future==0.18.2
  32. greenlet==0.4.15
  33. gunicorn==19.9.0
  34. ipython==8.1.1 # Python >= 3.8
  35. jaeger-client==4.3.0
  36. jdcal==1.0.1
  37. kazoo==2.8.0
  38. kerberos==1.3.0
  39. lockfile==0.12.2
  40. lxml==4.6.5
  41. Mako==1.1.4
  42. Markdown==3.1
  43. nose==1.3.7
  44. openpyxl==2.6.2
  45. pandas==1.1.5
  46. phoenixdb==1.1.0
  47. prompt-toolkit==2.0.10
  48. protobuf==3.17.0
  49. pyformance==0.3.2
  50. pylint==2.6.0
  51. pylint-django==2.3.0
  52. pytest==6.0.2
  53. pytest-django==3.10.0
  54. python-dateutil==2.8.2
  55. python-daemon==2.2.4
  56. python-ldap==3.1.0
  57. python-oauth2==1.1.0
  58. pytidylib==0.3.2
  59. pytz==2021.3
  60. PyJWT==1.7.1
  61. PyYAML==5.4.1
  62. requests-kerberos==0.12.0
  63. rsa==4.7
  64. sasl==0.2.1 # Move to https://pypi.org/project/sasl3/ ?
  65. slack-sdk==3.2.0
  66. SQLAlchemy==1.3.8
  67. sqlparse==0.4.2
  68. tablib==0.13.0
  69. tabulate==0.8.9
  70. thrift==0.13.0
  71. thrift-sasl==0.4.2
  72. git+https://github.com/gethue/django-babel.git
  73. git+https://github.com/gethue/django-mako.git
  74. werkzeug==2.0.1 # Should remove it here and from devtools.mk
  75. django-utils-six==2.0
  76. six==1.16.0