requirements-base.txt 2.7 KB

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