mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 22:27:19 +00:00
17 lines
236 B
TOML
17 lines
236 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
django = "*"
|
|
gunicorn = "*"
|
|
django-recaptcha2 = "*"
|
|
django-bootstrap4 = "*"
|
|
dj-database-url = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|