requirements-base.txt 2.4 KB

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