Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b60a5fda authored by Dorian Turba's avatar Dorian Turba
Browse files

add requirements-3_11.txt

parent 7f99db74
No related branches found
No related tags found
No related merge requests found
Pipeline #24171 failed
......@@ -176,7 +176,7 @@ pytest
```bash
pip install -e .[REQUIREMENTS]
pip-compile --output-file requirements/requirements.txt pyproject.toml
pip-compile --output-file requirements/requirements-3_11.txt pyproject.toml
```
## Generating distribution archives
......
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/requirements.txt pyproject.toml
#
colorama==0.4.6
# via pytest
greenlet==2.0.2
# via sqlalchemy
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.2
# via fake_session_maker (pyproject.toml)
sqlalchemy==2.0.20
# via fake_session_maker (pyproject.toml)
typing-extensions==4.7.1
# via sqlalchemy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment