1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile tests.in
#
asgiref==3.8.1
# via -r tests.in
blinker==1.8.2
# via flask
cachelib==0.13.0
# via -r tests.in
click==8.1.7
# via flask
flask==3.0.3
# via -r tests.in
iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
markupsafe==2.1.5
# via
# jinja2
# werkzeug
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
psutil==5.9.8
# via pytest-xprocess
pylibmc==1.6.3
# via -r tests.in
pytest==8.3.2
# via
# -r tests.in
# pytest-asyncio
# pytest-xprocess
pytest-asyncio==0.23.8
# via -r tests.in
pytest-xprocess==1.0.2
# via -r tests.in
redis==5.0.8
# via -r tests.in
werkzeug==3.0.3
# via flask
|