requirements-base.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. beautifulsoup4>=4.7.1
  2. boto3>=1.22.12
  3. botocore>=1.25.12
  4. celery>=4.4.7
  5. click>=8.0.4
  6. confluent-kafka>=1.9.2
  7. croniter>=0.3.37
  8. datadog>=0.29.3
  9. django-crispy-forms>=1.14.0
  10. django-pg-zero-downtime-migrations>=0.11
  11. Django>=2.2.28
  12. djangorestframework>=3.12.4
  13. drf-spectacular>=0.22.1
  14. email-reply-parser>=0.5.12
  15. google-api-core>=1.32.0
  16. google-auth>=1.24.0
  17. google-cloud-bigtable>=1.6.1
  18. google-cloud-core>=1.5.0
  19. googleapis-common-protos>=1.56.2
  20. google-cloud-pubsub>=2.2.0
  21. google-cloud-storage>=1.35.0
  22. google-cloud-functions>=1.8.0
  23. google-cloud-spanner>=3.17.0
  24. google-crc32c>=1.3.0
  25. isodate>=0.6.1
  26. jsonschema>=3.2.0
  27. lxml>=4.6.5
  28. maxminddb>=2.0.3
  29. mistune>=2.0.3
  30. mmh3>=3.0.0
  31. packaging>=21.3
  32. parsimonious>=0.8.0
  33. petname>=2.6
  34. phonenumberslite>=8.12.0
  35. Pillow>=9.2.0
  36. progressbar2>=3.41.0
  37. python-rapidjson>=1.4
  38. psycopg2-binary>=2.8.6
  39. PyJWT>=2.4.0
  40. python-dateutil>=2.8.1
  41. python-memcached>=1.59
  42. python-u2flib-server>=5.0.0
  43. fido2>=0.9.2
  44. python3-saml>=1.14.0
  45. PyYAML>=5.4
  46. rb>=1.9.0
  47. redis-py-cluster>=2.1.0
  48. redis>=3.4.1
  49. requests-oauthlib>=1.2.0
  50. requests>=2.25.1
  51. # [start] jsonschema format validators
  52. rfc3339-validator>=0.1.2
  53. rfc3986-validator>=0.1.1
  54. # [end] jsonschema format validators
  55. sentry-arroyo>=1.0.3
  56. sentry-relay>=0.8.13
  57. sentry-sdk>=1.9.5
  58. snuba-sdk>=1.0.1
  59. simplejson>=3.17.6
  60. statsd>=3.3
  61. structlog>=21.1.0
  62. symbolic>=8.7.1
  63. toronado>=0.1.0
  64. typing-extensions>=3.10.0.2
  65. ua-parser>=0.10.0
  66. unidiff>=0.7.4
  67. urllib3[brotli]>=1.26.9
  68. brotli>=1.0.9
  69. # See if we can remove LDFLAGS from lib.sh
  70. # https://github.com/getsentry/sentry/pull/30094
  71. uWSGI==2.0.20.0
  72. zstandard>=0.18.0
  73. msgpack>=1.0.4
  74. cryptography>=3.4.8
  75. # celery
  76. billiard>=3.6.4
  77. kombu>=4.6.11
  78. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  79. # See https://github.com/grpc/grpc/issues/23796 and
  80. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  81. grpcio>=1.47.0
  82. # not directly used, but provides a speedup for redis
  83. hiredis>=0.3.1
  84. # not directly used, but pinned for at least semaphore/symbolic
  85. cffi>=1.15.0
  86. # not directly used, but pinned for toronado because it doesn't pin these
  87. cssutils>=2.4.0
  88. cssselect>=1.0.3
  89. # sentry-plugins specific dependencies
  90. phabricator>=0.7.0
  91. # test dependencies, but unable to move to requirements-test until
  92. # sentry.utils.pytest and sentry.testutils are moved to tests/
  93. selenium>=4.1.5
  94. sqlparse>=0.2.4,<=0.3.0