mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 06:29:25 +08:00
18 lines
268 B
Text
18 lines
268 B
Text
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
django = "*"
|
||
|
djangorestframework = "*"
|
||
|
djoser = "*"
|
||
|
djangorestframework-simplejwt = "*"
|
||
|
django-cors-headers = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
autopep8 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.11"
|