add new pip env, keep pip stuff local

This commit is contained in:
Federico Justus Denkena 2023-11-09 22:03:12 +01:00
parent 433d75ffa1
commit 3abb731b81
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382
2 changed files with 14 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
impuls/settings.py
db.sqlite3
bin/
lib/
lib64
share

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
asgiref==3.7.2
Django==4.2.7
django-ranged-response==0.2.0
django-simple-captcha==0.5.20
Markdown==3.5.1
Pillow==10.1.0
psycopg==3.1.12
sqlparse==0.4.4
typing_extensions==4.8.0
whitenoise==6.6.0