Skip to content
Snippets Groups Projects
Commit 54bef020 authored by Tim Repke's avatar Tim Repke
Browse files

bump versions

parent 6c55b6c9
No related branches found
No related tags found
1 merge request!103Main
This commit is part of merge request !103. Comments created here will be created in the context of that merge request.
......@@ -19,11 +19,12 @@ pg_dump -d nacsos_core -h localhost -U root -W -p 5432 > dump.sql
```bash
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements_dev.txt
```
For development, it is advised to install `nacsos-data` locally (not from git) via
```bash
pip install -r ../nacsos-data/requirements.txt
pip install -e ../nacsos-data/
```
(assuming both projects reside side-by-side, otherwise adapt path accordingly)
......
fastapi==0.112.1
hypercorn==0.17.3
toml==0.10.2
email-validator==2.2.0
python-dotenv==1.0.1
passlib[bcrypt]==1.7.4
pymitter==0.5.1
uvicorn==0.30.6
python-multipart==0.0.9
aiosmtplib==3.0.2
aiofiles==24.1.0
dramatiq[redis,watch]==1.17.0
dramatiq-abort==1.1.0
dramatiq-dashboard==0.4.0
\ No newline at end of file
flake8==7.1.0
-r requirements_base.txt
flake8==7.1.1
tox==4.15.1
pytest==8.2.2
pytest-cov==5.0.0
mypy==1.10.1
mypy==1.11.1
types-toml==0.10.8.20240310
types-PyYAML==6.0.12.20240311
types-PyYAML==6.0.12.20240808
types-aiofiles==24.1.0.20240626
\ No newline at end of file
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