mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
23 lines
354 B
TOML
23 lines
354 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
django-silk = "*"
|
|
v = {editable = true,version = "*"}
|
|
mysqlclient = "*"
|
|
|
|
[packages]
|
|
django = "*"
|
|
gunicorn = "*"
|
|
django-recaptcha2 = "*"
|
|
django-bootstrap4 = "*"
|
|
dj-database-url = "*"
|
|
pypdf4 = "*"
|
|
python-dotenv = "*"
|
|
loguru = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|