minor changes

This commit is contained in:
Tobias Radloff 2025-11-16 15:02:11 +01:00
parent 079cd41ea8
commit 5f6e528720
3 changed files with 19 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
venv/
.venv/
*.pyc
__pycache__/

View File

@ -14,6 +14,17 @@ the_works also is
* includes test coverage (using pytest)
## Setup
```bash
$ git clone https://git.unterdemradar.de/tobias/the_works.git
$ cd the_works
$ python -m venv .venv
$ . .venv/bin/activate
$ pip install -r requirements.txt
```
## Configuration
### From the environment

View File

@ -1,7 +1,7 @@
Flask==3.1.1
flask_debugtoolbar==0.16.0
flask_sqlalchemy==3.1.1
Pillow==11.3.0
python-dotenv==1.1.1
SQLAlchemy==2.0.41
Werkzeug==3.1.3
Flask
flask_debugtoolbar
flask_sqlalchemy
Pillow
python-dotenv
SQLAlchemy
Werkzeug