minor changes
This commit is contained in:
parent
079cd41ea8
commit
5f6e528720
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
venv/
|
||||
.venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
|
||||
11
README.md
11
README.md
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user