mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
bff1309344
Starting it and stopping it for the various tests that actually use it. There are only a few. This also removes some dead code and fixes warnings in _test_webhook_request_context.py_. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5846 GitOrigin-RevId: 7760467f9de7b1f9718e7482275c298eeaa3ad3a
47 lines
922 B
Plaintext
47 lines
922 B
Plaintext
# Do not modify this file directly. Instead, modify server/tests-py/requirements-top-level.txt.
|
|
# Then, run `make server/tests-py/requirements.txt` to regenerate this file.
|
|
|
|
aniso8601==7.0.0
|
|
async-timeout==4.0.2
|
|
attrs==22.1.0
|
|
certifi==2022.6.15.1
|
|
cffi==1.15.1
|
|
charset-normalizer==2.1.1
|
|
croniter==1.3.7
|
|
cryptography==3.4.8
|
|
Deprecated==1.2.13
|
|
execnet==1.9.0
|
|
graphene==2.1.9
|
|
graphql-core==2.3.2
|
|
graphql-relay==2.0.1
|
|
greenlet==1.1.3
|
|
idna==3.3
|
|
iniconfig==1.1.1
|
|
jsondiff==2.0.0
|
|
packaging==21.3
|
|
pluggy==1.0.0
|
|
promise==2.3
|
|
psycopg2-binary==2.9.3
|
|
py==1.11.0
|
|
pycparser==2.21
|
|
PyJWT==2.3.0
|
|
pyparsing==3.0.9
|
|
pytest==6.2.5
|
|
pytest-durations==1.2.0
|
|
pytest-fixture-order==0.1.4
|
|
pytest-forked==1.4.0
|
|
pytest-xdist==2.5.0
|
|
python-dateutil==2.8.2
|
|
PyYAML==6.0
|
|
redis==4.3.4
|
|
requests==2.28.1
|
|
ruamel.yaml==0.17.21
|
|
ruamel.yaml.clib==0.2.6
|
|
Rx==1.6.1
|
|
six==1.16.0
|
|
SQLAlchemy==1.4.41
|
|
toml==0.10.2
|
|
urllib3==1.26.12
|
|
websocket-client==0.56.0
|
|
wrapt==1.14.1
|