requirements-base.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. beautifulsoup4==4.7.1
  2. boto3==1.13.16
  3. botocore==1.16.16
  4. celery==4.4.7
  5. click==7.1.2
  6. # See if we can remove CPATH from lib.sh
  7. # https://github.com/getsentry/sentry/pull/30094
  8. confluent-kafka==1.5.0; python_version == '3.8'
  9. confluent-kafka==1.6.0; python_version == '3.9'
  10. croniter==0.3.37
  11. datadog==0.29.3
  12. django-crispy-forms==1.8.1
  13. django-picklefield==2.1.0
  14. Django==2.2.24
  15. djangorestframework==3.11.2
  16. email-reply-parser==0.5.12
  17. google-api-core==1.25.1
  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.52.0
  22. google-cloud-pubsub==2.2.0
  23. google-cloud-storage==1.35.0
  24. # Only necessary to prevent installing the latest version
  25. # https://github.com/googleapis/python-crc32c/issues/83
  26. google-crc32c==1.1.2
  27. jsonschema==3.2.0
  28. lxml==4.6.3
  29. maxminddb==2.0.3
  30. mistune==0.8.4
  31. mmh3==3.0.0
  32. parsimonious==0.8.0
  33. petname==2.6
  34. phonenumberslite==8.12.0
  35. Pillow==8.3.2
  36. progressbar2==3.32.0
  37. python-rapidjson==1.4
  38. psycopg2-binary==2.8.6
  39. PyJWT==2.1.0
  40. python-dateutil==2.8.1
  41. python-memcached==1.59
  42. python-u2flib-server==5.0.0
  43. python3-saml==1.10.1
  44. PyYAML==5.4
  45. rb==1.9.0
  46. redis-py-cluster==2.1.0
  47. redis==3.4.1
  48. requests-oauthlib==1.2.0
  49. requests==2.25.1
  50. # [start] jsonschema format validators
  51. rfc3339-validator==0.1.2
  52. rfc3986-validator==0.1.1
  53. # [end] jsonschema format validators
  54. sentry-relay==0.8.9
  55. sentry-sdk>=1.4.3,<1.5.0
  56. snuba-sdk>=0.0.26,<0.1.0
  57. simplejson==3.17.2
  58. statsd==3.3
  59. structlog==21.1.0
  60. symbolic==8.3.2
  61. toronado==0.1.0
  62. ua-parser==0.10.0
  63. unidiff==0.6.0
  64. urllib3==1.24.2
  65. # See if we can remove LDFLAGS from lib.sh
  66. # https://github.com/getsentry/sentry/pull/30094
  67. uWSGI==2.0.19.1
  68. zstandard==0.14.1
  69. msgpack==1.0.0
  70. cryptography==3.4.8
  71. # celery
  72. billiard==3.6.3
  73. kombu==4.6.11
  74. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  75. # See https://github.com/grpc/grpc/issues/23796 and
  76. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  77. grpcio==1.40.0
  78. # not directly used, but provides a speedup for redis
  79. hiredis==0.3.1
  80. # not directly used, but pinned for at least semaphore/symbolic
  81. cffi==1.14.5
  82. # not directly used, but pinned for toronado because it doesn't pin these
  83. cssutils==1.0.2
  84. cssselect==1.0.3
  85. # sentry-plugins specific dependencies
  86. phabricator==0.7.0
  87. # test dependencies, but unable to move to requirements-test until
  88. # sentry.utils.pytest and sentry.testutils are moved to tests/
  89. selenium==3.141.0 # When upgrading, remove hack from lib.sh (see https://github.com/getsentry/sentry/pull/29887 for details)
  90. sqlparse==0.2.4