mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2024-11-16 22:29:25 +08:00
15 lines
193 B
Text
15 lines
193 B
Text
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
django = "*"
|
||
|
djangorestframework = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
autopep8 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.11"
|