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 f97d394c authored by Dorian Turba's avatar Dorian Turba
Browse files

Merge branch 'clean_requirements' into trunk

parents 0148732f b60a5fda
No related branches found
No related tags found
No related merge requests found
Pipeline #24172 failed
...@@ -172,13 +172,20 @@ Run tests using `pytest` in the main directory. ...@@ -172,13 +172,20 @@ Run tests using `pytest` in the main directory.
pytest pytest
``` ```
### Generate requirements
```bash
pip install -e .[REQUIREMENTS]
pip-compile --output-file requirements/requirements-3_11.txt pyproject.toml
```
## Generating distribution archives ## Generating distribution archives
### Build archive ### Build archive
```bash ```bash
pip install --upgrade pip pip install --upgrade pip
pip install -r build_requirements.txt pip install build
python -m build python -m build
``` ```
......
build>=0.9.0
...@@ -34,6 +34,7 @@ dependencies = [ ...@@ -34,6 +34,7 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
ALL = ["fake_session_maker[QUALITY]", "fake_session_maker[TEST]"] ALL = ["fake_session_maker[QUALITY]", "fake_session_maker[TEST]"]
REQUIREMENTS = ["pip-tools"]
QUALITY = [ QUALITY = [
"black", "black",
"flake8", "flake8",
......
#
# 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
exceptiongroup==1.1.3
greenlet==2.0.2
iniconfig==2.0.0
packaging==23.1
pluggy==1.3.0
pytest==7.4.2
SQLAlchemy==2.0.20
tomli==2.0.1
typing_extensions==4.7.1
greenlet==2.0.2
iniconfig==2.0.0
packaging==23.1
pluggy==1.3.0
pytest==7.4.1
SQLAlchemy==2.0.20
typing_extensions==4.7.1
exceptiongroup==1.1.3
greenlet==2.0.2
importlib-metadata==6.7.0
iniconfig==2.0.0
packaging==23.1
pluggy==1.2.0
pytest==7.4.2
SQLAlchemy==2.0.20
tomli==2.0.1
typing_extensions==4.7.1
zipp==3.15.0
exceptiongroup==1.1.3
greenlet==2.0.2
iniconfig==2.0.0
packaging==23.1
pluggy==1.3.0
pytest==7.4.2
SQLAlchemy==2.0.20
tomli==2.0.1
typing_extensions==4.7.1
exceptiongroup==1.1.3
greenlet==2.0.2
iniconfig==2.0.0
packaging==23.1
pluggy==1.3.0
pytest==7.4.2
SQLAlchemy==2.0.20
tomli==2.0.1
typing_extensions==4.7.1
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