requirements-base.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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-pg-zero-downtime-migrations==0.10
  15. Django==2.2.24
  16. djangorestframework==3.11.2
  17. email-reply-parser==0.5.12
  18. google-api-core==1.25.1
  19. google-auth==1.24.0
  20. google-cloud-bigtable==1.6.1
  21. google-cloud-core==1.5.0
  22. googleapis-common-protos==1.52.0
  23. google-cloud-pubsub==2.2.0
  24. google-cloud-storage==1.35.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. jsonschema==3.2.0
  29. lxml==4.6.5
  30. maxminddb==2.0.3
  31. mistune==0.8.4
  32. mmh3==3.0.0
  33. parsimonious==0.8.0
  34. petname==2.6
  35. phonenumberslite==8.12.0
  36. Pillow==8.3.2
  37. progressbar2==3.32.0
  38. python-rapidjson==1.4
  39. psycopg2-binary==2.8.6
  40. PyJWT==2.1.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.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.9
  57. sentry-sdk>=1.4.3,<1.5.0
  58. snuba-sdk>=0.0.26,<0.1.0
  59. simplejson==3.17.2
  60. statsd==3.3
  61. structlog==21.1.0
  62. symbolic==8.3.2
  63. toronado==0.1.0
  64. ua-parser==0.10.0
  65. unidiff==0.6.0
  66. urllib3==1.24.2
  67. # See if we can remove LDFLAGS from lib.sh
  68. # https://github.com/getsentry/sentry/pull/30094
  69. uWSGI==2.0.19.1
  70. zstandard==0.14.1
  71. msgpack==1.0.0
  72. cryptography==3.4.8
  73. # celery
  74. billiard==3.6.3
  75. kombu==4.6.11
  76. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  77. # See https://github.com/grpc/grpc/issues/23796 and
  78. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  79. grpcio==1.40.0
  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 # When upgrading, remove hack from lib.sh (see https://github.com/getsentry/sentry/pull/29887 for details)
  92. sqlparse==0.2.4