mirror of
https://github.com/tvastri-studio/iaso.git
synced 2025-04-20 03:20:18 -04:00
14 lines
176 B
TOML
14 lines
176 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "4.1"
|
|
django-pipeline = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|