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

update doc and pyproject.toml

parent c647fb2e
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,13 @@ Run tests using `pytest` in the main directory.
pytest
```
### Generate requirements
```bash
pip install -e .[REQUIREMENTS]
pip-compile --output-file requirements/requirements.txt pyproject.toml
```
## Generating distribution archives
### Build archive
......
......@@ -34,6 +34,7 @@ dependencies = [
[project.optional-dependencies]
ALL = ["fake_session_maker[QUALITY]", "fake_session_maker[TEST]"]
REQUIREMENTS = ["pip-tools"]
QUALITY = [
"black",
"flake8",
......
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