1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- beautifulsoup4>=4.7.1,<4.8
- boto3>=1.10.1,<1.11
- botocore>1.13.0,<1.14.0
- celery==4.4.7
- click>=7.0,<8.0
- confluent-kafka==1.5.0
- croniter>=0.3.34,<0.4.0
- datadog>=0.15.0,<0.31.0
- django-crispy-forms==1.7.2
- django-picklefield>=0.3.0,<1.1.0
- django-sudo>=3.0.0,<4.0.0
- Django>=1.11,<1.12
- djangorestframework==3.6.4
- email-reply-parser>=0.5.0,<0.6.0
- google-api-core==1.25.1
- google-auth==1.24.0
- google-cloud-bigtable==1.6.1
- google-cloud-core==1.5.0
- googleapis-common-protos==1.52.0
- google-cloud-pubsub==2.2.0
- google-cloud-storage==1.35.0
- jsonschema==3.2.0
- lxml>=4.6.1,<4.7.0
- maxminddb==1.5.4
- mistune>0.7,<0.9
- mmh3>=2.3.1,<2.4
- parsimonious==0.8.0
- petname>=2.6,<2.7
- phonenumberslite>=8.11.0,<8.12.0
- Pillow>=8.0.0,<9.0.0 # Pillow 8.x supports Python 3.6 to 3.9
- progressbar2>=3.32,<3.33
- psycopg2-binary>=2.7.0,<2.9.0
- PyJWT>=1.5.0,<1.6.0
- pyrsistent==0.17.3
- python-dateutil>=2.0.0,<3.0.0
- python-memcached>=1.53,<2.0.0
- python3-saml>=1.4.0,<1.5
- python-u2flib-server>=5.0.0,<6.0.0
- PyYAML>=5.3,<5.4
- qrcode>=6.1.0,<6.2.0
- rb>=1.8.0,<2.0.0
- redis-py-cluster==2.1.0
- redis==3.3.11
- requests-oauthlib==1.2.0
- requests[security]>=2.20.0,<2.21.0
- # [start] jsonschema format validators
- rfc3339-validator==0.1.2
- rfc3986-validator==0.1.1
- # [end] jsonschema format validators
- sentry-relay>=0.8.1,<0.9.0
- sentry-sdk>=0.19.5,<0.20.0
- simplejson>=3.11.0,<3.12.0
- six>=1.13.0
- sqlparse>=0.2.0,<0.3.0
- statsd>=3.1.0,<3.2.0
- structlog==17.1.0
- symbolic>=8.0.0,<9.0.0
- toronado==0.1.0
- ua-parser>=0.10.0,<0.11.0
- unidiff>=0.5.4
- urllib3==1.24.2
- uwsgi>2.0.0,<2.1.0
- zstandard>=0.14.1,<=0.15
- msgpack>=1.0.0,<1.1.0
- billiard==3.6.3
- kombu==4.6.11
- # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
- # See https://github.com/grpc/grpc/issues/23796 and
- # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
- grpcio==1.35.0
- # not directly used, but provides a speedup for redis
- hiredis==0.3.1
- # not directly used, but pinned for at least semaphore/symbolic
- cffi>=1.11.5,<2.0
- # not directly used, but pinned for toronado because it doesn't pin these
- cssutils==1.0.2
- cssselect==1.0.3
- # not directly used, but needed
- setproctitle>=1.1.7,<1.2.0
- # sentry-plugins specific dependencies
- phabricator>=0.6.0,<0.8
- # test dependencies, but unable to move to requirements-test until sentry.utils.pytest and similar are moved to tests/
- selenium==3.141.0
- # We're still using mock in Python 3.6 because it contains a fix to Python issue37972.
- # We should be able to fully swap it out for stdlib once we're on 3.8.
- mock==4.0.3
|