requirements-base.txt 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.5
  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. fido2==0.9.2
  44. python3-saml==1.10.1
  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-relay==0.8.9
  56. sentry-sdk>=1.4.3,<1.5.0
  57. snuba-sdk>=0.0.26,<0.1.0
  58. simplejson==3.17.2
  59. statsd==3.3
  60. structlog==21.1.0
  61. symbolic==8.3.2
  62. toronado==0.1.0
  63. ua-parser==0.10.0
  64. unidiff==0.6.0
  65. urllib3==1.24.2
  66. # See if we can remove LDFLAGS from lib.sh
  67. # https://github.com/getsentry/sentry/pull/30094
  68. uWSGI==2.0.19.1
  69. zstandard==0.14.1
  70. msgpack==1.0.0
  71. cryptography==3.4.8
  72. # celery
  73. billiard==3.6.3
  74. kombu==4.6.11
  75. # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
  76. # See https://github.com/grpc/grpc/issues/23796 and
  77. # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
  78. grpcio==1.40.0
  79. # not directly used, but provides a speedup for redis
  80. hiredis==0.3.1
  81. # not directly used, but pinned for at least semaphore/symbolic
  82. cffi==1.14.5
  83. # not directly used, but pinned for toronado because it doesn't pin these
  84. cssutils==1.0.2
  85. cssselect==1.0.3
  86. # sentry-plugins specific dependencies
  87. phabricator==0.7.0
  88. # test dependencies, but unable to move to requirements-test until
  89. # sentry.utils.pytest and sentry.testutils are moved to tests/
  90. selenium==3.141.0 # When upgrading, remove hack from lib.sh (see https://github.com/getsentry/sentry/pull/29887 for details)
  91. sqlparse==0.2.4