mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
31 lines
518 B
TOML
31 lines
518 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "==2.2.18"
|
|
django-autocomplete-light = "*"
|
|
django-bootstrap3 = "*"
|
|
django-rest-framework = "*"
|
|
django-reversion = "*"
|
|
mysqlclient = "*"
|
|
pillow = "*"
|
|
python-dateutil = "*"
|
|
django-macaddress = "*"
|
|
pycrypto = "*"
|
|
django-ldapdb = "*"
|
|
gitpython = "*"
|
|
|
|
[dev-packages]
|
|
sphinx = "*"
|
|
sphinx-rtd-theme = "*"
|
|
black = "*"
|
|
rope = "*"
|
|
coverage = "*"
|
|
coveralls = "*"
|
|
docstr-coverage = "*"
|
|
pyyaml = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|