phase1: bootstrap containerized django stack and project scaffold
This commit is contained in:
6
requirements/base.txt
Normal file
6
requirements/base.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Django>=5.1,<6.0
|
||||
psycopg[binary]>=3.2,<4.0
|
||||
gunicorn>=22.0,<23.0
|
||||
celery[redis]>=5.4,<6.0
|
||||
redis>=5.2,<6.0
|
||||
python-dotenv>=1.0,<2.0
|
||||
3
requirements/dev.txt
Normal file
3
requirements/dev.txt
Normal file
@ -0,0 +1,3 @@
|
||||
-r base.txt
|
||||
pytest>=8.3,<9.0
|
||||
pytest-django>=4.9,<5.0
|
||||
Reference in New Issue
Block a user