2022-07-25 23:03:57 +03:00
|
|
|
# Direct dependencies go here.
|
2022-08-15 19:14:23 +03:00
|
|
|
# Regenerate requirements.txt by running `make server/tests-py/requirements.txt`.
|
2022-07-25 23:03:57 +03:00
|
|
|
|
2022-07-22 13:24:24 +03:00
|
|
|
croniter
|
|
|
|
cryptography == 3.* # later versions require Rust support
|
|
|
|
graphene == 2.* # v3 has changed the API
|
|
|
|
graphql-core
|
|
|
|
jsondiff
|
2019-07-01 16:34:48 +03:00
|
|
|
psycopg2-binary
|
2022-07-22 13:24:24 +03:00
|
|
|
PyJWT == 2.3.* # v2.4 disallows the key format we use
|
|
|
|
pytest == 6.2.5
|
2022-08-15 19:14:23 +03:00
|
|
|
pytest-durations
|
2022-09-15 00:41:28 +03:00
|
|
|
pytest-fixture-order
|
2019-07-01 16:34:48 +03:00
|
|
|
pytest-xdist
|
2022-07-22 13:24:24 +03:00
|
|
|
PyYAML
|
2021-04-13 20:32:29 +03:00
|
|
|
redis
|
2022-07-22 13:24:24 +03:00
|
|
|
requests
|
|
|
|
ruamel.yaml
|
|
|
|
sqlalchemy
|
|
|
|
websocket-client == 0.56.0 # 0.58.0 and above changed the function signatures of callbacks
|