mirror of
https://codeberg.org/dribdat/dribdat.git
synced 2026-08-01 14:50:02 +00:00
7 lines
231 B
Text
7 lines
231 B
Text
# Included because many Paas's require a requirements.txt file in the project root
|
|
|
|
# Use PyPi simple repo for automated deployments
|
|
-i https://pypi.org/simple
|
|
|
|
# Just installs the production requirements.
|
|
-r requirements/prod.txt
|