Django-NotesApp/Pipfile

21 lines
321 B
Text
Raw Normal View History

2023-02-24 00:13:44 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djoser = "*"
djangorestframework-simplejwt = "*"
django-cors-headers = "*"
2023-02-24 00:29:16 +08:00
python-decouple = "*"
2023-03-04 22:07:34 +08:00
pytz = "*"
2023-03-15 23:12:01 +08:00
python-dotenv = "*"
2023-02-24 00:13:44 +08:00
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.11"