mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
cb5df24a99
Pipenv is needed to dockerize re2o. It is a much better alternative compared to pip. "Pipenv.lock" freezes packages for all developpers, so everyone is one the same version until someone commit a pipenv update.
20 lines
339 B
TOML
Executable file
20 lines
339 B
TOML
Executable file
[[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"
|