mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-25 22:22:26 +00:00
21 lines
339 B
Text
21 lines
339 B
Text
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
django = "==1.11.*"
|
||
|
"django-bootstrap3" = "*"
|
||
|
django-macaddress = "*"
|
||
|
django-font-awesome = "*"
|
||
|
python-dateutil = "*"
|
||
|
djangorestframework = "*"
|
||
|
django-reversion = "*"
|
||
|
"psycopg2" = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
volatildap = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.6"
|