requirements-base.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. beautifulsoup4==4.7.1
  2. boto3==1.10.49
  3. botocore==1.13.50
  4. celery==4.4.7
  5. click==7.1.2
  6. confluent-kafka==1.5.0; python_version <= '3.8'
  7. confluent-kafka==1.6.0; python_version == '3.9'
  8. croniter==0.3.37
  9. dataclasses==0.8; python_version <= '3.6'
  10. datadog==0.29.3
  11. django-crispy-forms==1.7.2
  12. django-picklefield==1.0.0
  13. Django==1.11.29
  14. djangorestframework==3.11.2
  15. email-reply-parser==0.5.12
  16. google-api-core==1.25.1
  17. google-auth==1.24.0
  18. google-cloud-bigtable==1.6.1
  19. google-cloud-core==1.5.0
  20. googleapis-common-protos==1.52.0
  21. google-cloud-pubsub==2.2.0
  22. google-cloud-storage==1.35.0
  23. jsonschema==3.2.0
  24. lxml==4.6.3
  25. maxminddb==2.0.3
  26. mistune==0.8.4
  27. mmh3==3.0.0
  28. parsimonious==0.8.0
  29. petname==2.6
  30. phonenumberslite==8.12.0
  31. Pillow==8.2.0
  32. progressbar2==3.32.0
  33. python-rapidjson==1.4
  34. # If we bump it to 2.8.4 or greater then Python 3.6 & 3.8 would use the same version
  35. psycopg2-binary==2.7.7; python_version == '3.6'
  36. psycopg2-binary==2.8.6; python_version > '3.6'
  37. PyJWT==2.1.0
  38. python-dateutil==2.8.1
  39. python-memcached==1.59
  40. python-u2flib-server==5.0.0
  41. python3-saml==1.10.1
  42. PyYAML==5.4
  43. rb==1.9.0
  44. redis-py-cluster==2.1.0
  45. redis==3.4.1
  46. requests-oauthlib==1.2.0
  47. requests==2.25.1
  48. # [start] jsonschema format validators
  49. rfc3339-validator==0.1.2
  50. rfc3986-validator==0.1.1
  51. # [end] jsonschema format validators
  52. sentry-relay==0.8.7
  53. sentry-sdk>=1.0.0,<1.2.0
  54. snuba-sdk>=0.0.19,<1.0.0
  55. simplejson==3.17.2
  56. statsd==3.3
  57. structlog==21.1.0
  58. symbolic==8.1.0
  59. toronado==0.1.0
  60. ua-parser==0.10.0
  61. unidiff==0.6.0
  62. urllib3==1.24.2
  63. uWSGI==2.0.19.1
  64. zstandard==0.14.1
  65. msgpack==1.0.0
  66. # for encrypting stored user credentials
  67. cryptography==3.3.2
  68. # celery
  69. billiard==3.6.3
  70. kombu==4.6.11
  71. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  72. # See https://github.com/grpc/grpc/issues/23796 and
  73. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  74. grpcio==1.35.0
  75. # not directly used, but provides a speedup for redis
  76. hiredis==0.3.1
  77. # not directly used, but pinned for at least semaphore/symbolic
  78. cffi==1.14.5
  79. # not directly used, but pinned for toronado because it doesn't pin these
  80. cssutils==1.0.2
  81. cssselect==1.0.3
  82. # sentry-plugins specific dependencies
  83. phabricator==0.7.0
  84. # test dependencies, but unable to move to requirements-test until
  85. # sentry.utils.pytest and sentry.testutils are moved to tests/
  86. selenium==3.141.0
  87. sqlparse==0.2.4
  88. # We're still using mock in Python 3.6 because it contains a fix to Python issue37972.
  89. # We should be able to fully swap it out for stdlib once we're on 3.8.
  90. mock==4.0.3