8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00
re2o/Pipfile
Alexandre Iooss cb5df24a99 Add pipenv files
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.
2018-10-27 09:48:05 +02:00

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"