requirements-base.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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==2.1.15
  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; python_version == '3.6'
  32. Pillow==8.3.1; python_version > '3.6'
  33. progressbar2==3.32.0
  34. python-rapidjson==1.4
  35. # If we bump it to 2.8.4 or greater then Python 3.6 & 3.8 would use the same version
  36. psycopg2-binary==2.7.7; python_version == '3.6'
  37. psycopg2-binary==2.8.6; python_version > '3.6'
  38. PyJWT==2.1.0
  39. python-dateutil==2.8.1
  40. python-memcached==1.59
  41. python-u2flib-server==5.0.0
  42. python3-saml==1.10.1
  43. PyYAML==5.4
  44. rb==1.9.0
  45. redis-py-cluster==2.1.0
  46. redis==3.4.1
  47. requests-oauthlib==1.2.0
  48. requests==2.25.1
  49. # [start] jsonschema format validators
  50. rfc3339-validator==0.1.2
  51. rfc3986-validator==0.1.1
  52. # [end] jsonschema format validators
  53. sentry-relay==0.8.8
  54. sentry-sdk>=1.0.0,<1.2.0
  55. snuba-sdk>=0.0.23,<1.0.0
  56. simplejson==3.17.2
  57. statsd==3.3
  58. structlog==21.1.0
  59. symbolic==8.3.0
  60. toronado==0.1.0
  61. ua-parser==0.10.0
  62. unidiff==0.6.0
  63. urllib3==1.24.2
  64. uWSGI==2.0.19.1
  65. zstandard==0.14.1
  66. msgpack==1.0.0
  67. # for encrypting stored user credentials
  68. cryptography==3.3.2
  69. # celery
  70. billiard==3.6.3
  71. kombu==4.6.11
  72. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  73. # See https://github.com/grpc/grpc/issues/23796 and
  74. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  75. grpcio==1.35.0; python_version == '3.6'
  76. grpcio==1.39.0; python_version > '3.6'
  77. # not directly used, but provides a speedup for redis
  78. hiredis==0.3.1
  79. # not directly used, but pinned for at least semaphore/symbolic
  80. cffi==1.14.5
  81. # not directly used, but pinned for toronado because it doesn't pin these
  82. cssutils==1.0.2
  83. cssselect==1.0.3
  84. # sentry-plugins specific dependencies
  85. phabricator==0.7.0
  86. # test dependencies, but unable to move to requirements-test until
  87. # sentry.utils.pytest and sentry.testutils are moved to tests/
  88. selenium==3.141.0
  89. sqlparse==0.2.4
  90. # We're still using mock in Python 3.6 because it contains a fix to Python issue37972.
  91. # We should be able to fully swap it out for stdlib once we're on 3.8.
  92. mock==4.0.3