add requirements.txté

This commit is contained in:
Carmen Ngaka Iziasuma 2024-02-09 14:41:14 +01:00
parent 109ae1a821
commit f7efe81fa8
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
web: gunicorn colline.wsgi.application
web: gunicorn colline.wsgi:application

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Django >= 5.0.1
gunicorn