feat / AER-12 Initiate webapp
This commit is contained in:
19
backend/Pipfile
Normal file
19
backend/Pipfile
Normal file
@@ -0,0 +1,19 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
django = "*"
|
||||
djangorestframework = "*"
|
||||
pycodestyle = "*"
|
||||
django-cors-headers = "*"
|
||||
psycopg2-binary = "*"
|
||||
dotenv = "*"
|
||||
pytest = "*"
|
||||
pytest-django = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
Reference in New Issue
Block a user