requirements-base.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. beautifulsoup4>=4.7.1,<4.8
  2. boto3>=1.4.1,<1.4.6
  3. botocore<1.5.71
  4. celery==4.4.7
  5. click>=5.0,<7.0
  6. confluent-kafka==0.11.5
  7. croniter>=0.3.34,<0.4.0
  8. datadog>=0.15.0,<0.31.0
  9. django-crispy-forms==1.7.2
  10. django-picklefield>=0.3.0,<1.1.0
  11. django-sudo>=3.0.0,<4.0.0
  12. Django>=1.11,<1.12
  13. djangorestframework==3.6.4
  14. email-reply-parser>=0.2.0,<0.3.0
  15. enum34>=1.1.6,<1.2.0 ; python_version < "3.4"
  16. functools32>=3.2.3,<3.3 ; python_version < "3.2"
  17. futures>=3.2.0,<4.0.0 ; python_version < "3.2"
  18. google-api-core==1.14.3
  19. google-auth==1.6.3
  20. google-cloud-core==0.29.1
  21. google-cloud-bigtable==0.32.2
  22. google-cloud-pubsub==0.35.4
  23. google-cloud-storage==1.13.3
  24. googleapis-common-protos==1.6.0
  25. ipaddress>=1.0.16,<1.1.0 ; python_version < "3.3"
  26. jsonschema==3.2.0
  27. lxml>=4.3.3,<4.4.0
  28. maxminddb==1.5.4
  29. mistune>0.7,<0.9
  30. mmh3>=2.3.1,<2.4
  31. msgpack>=0.6.1,<0.7.0
  32. parsimonious==0.8.0
  33. petname>=2.6,<2.7
  34. phonenumberslite>=8.11.0,<8.12.0
  35. Pillow>=6.2.2,<7.0.0
  36. progressbar2>=3.32,<3.33
  37. psycopg2-binary>=2.7.0,<2.9.0
  38. PyJWT>=1.5.0,<1.6.0
  39. pyrsistent==0.16.0 # TODO(py3): 0.17.0 requires python3, see https://github.com/tobgu/pyrsistent/issues/205
  40. python-dateutil>=2.0.0,<3.0.0
  41. python-memcached>=1.53,<2.0.0
  42. python3-saml>=1.4.0,<1.5
  43. python-u2flib-server>=5.0.0,<6.0.0
  44. PyYAML>=5.3,<5.4
  45. qrcode>=6.1.0,<6.2.0
  46. rb>=1.7.0,<2.0.0
  47. # redis-py-cluster==2.1.0 isn't released yet, so just pinning to the current latest commit
  48. # in the repo.
  49. redis-py-cluster @ https://github.com/Grokzen/redis-py-cluster/archive/d3ef787e033e0bbf97d0b3d17fc46cb5ae36d660.zip#egg=redis-py-cluster
  50. redis==3.3.11
  51. requests-oauthlib==1.2.0
  52. requests[security]>=2.20.0,<2.21.0
  53. # [start] jsonschema format validators
  54. rfc3339-validator==0.1.2
  55. rfc3986-validator==0.1.1
  56. # [end] jsonschema format validators
  57. sentry-relay>=0.7.0,<0.8.0
  58. sentry-sdk>=0.16.4,<0.17.0
  59. simplejson>=3.11.0,<3.12.0
  60. six>=1.11.0,<1.12.0
  61. sqlparse>=0.2.0,<0.3.0
  62. statsd>=3.1.0,<3.2.0
  63. structlog==17.1.0
  64. symbolic>=7.3.5,<8.0.0
  65. toronado>=0.0.11,<0.1.0
  66. ua-parser>=0.10.0,<0.11.0
  67. unidiff>=0.5.4
  68. urllib3==1.24.2
  69. uwsgi>2.0.0,<2.1.0
  70. # celery
  71. # We specifically pin to 3.5.0.4 to avoid the issue in
  72. # https://github.com/celery/billiard/issues/260. Once we upgrade to Celery 4.3+ we can
  73. # use a newer version of billiard that has a proper fix.
  74. billiard==3.6.3
  75. kombu==4.6.11
  76. # not directly used, but provides a speedup for redis
  77. hiredis==0.3.1
  78. # not directly used, but pinned for at least semaphore/symbolic
  79. cffi>=1.11.5,<2.0
  80. # not directly used, but pinned for toronado because it doesn't pin these
  81. cssutils==1.0.2
  82. cssselect==1.0.3
  83. # not directly used, but needed
  84. setproctitle>=1.1.7,<1.2.0
  85. # sentry-plugins specific dependencies
  86. phabricator>=0.6.0,<1.0
  87. # test dependencies, but unable to move to requirements-test until sentry.utils.pytest and similar are moved to tests/
  88. mock==3.0.5 ; python_version < "3.3"
  89. selenium==3.141.0