requirements-base.txt 2.6 KB

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