mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
adca95a78d
Rather than a homebrewed approach, we can use `make` to figure out when it's necessary to regenerate our venv. This Makefile will regenerate _requirements.txt_ from _requirements-top-level.txt_ when the latter is changed. It will also regenerate the venv when _requirements.txt_ is changed (i.e. changes are pulled, or it's regenerated as described above). `make` uses file/directory timestamps to figure out what to rebuild. This is probably more reliable than expecting people to update a version number whenever they change a file. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5152 GitOrigin-RevId: 24b27d49bf6c4ba1d57ac38ea38ae278216c6d66
47 lines
916 B
Plaintext
47 lines
916 B
Plaintext
# Do not modify this file directly. Instead, modify server/tests-py/requirements-top-level.txt.
|
|
# Then, run `make` in this directory to regenerate this file.
|
|
aniso8601==7.0.0
|
|
async-timeout==4.0.2
|
|
attrs==21.4.0
|
|
certifi==2022.6.15
|
|
cffi==1.15.1
|
|
charset-normalizer==2.1.0
|
|
croniter==1.3.5
|
|
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.2
|
|
idna==3.3
|
|
importlib-metadata==4.12.0
|
|
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-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.39
|
|
toml==0.10.2
|
|
typing_extensions==4.3.0
|
|
urllib3==1.26.10
|
|
websocket-client==0.56.0
|
|
wrapt==1.14.1
|
|
zipp==3.8.1
|