dribdat/requirements.txt

11 lines
325 B
Plaintext

# Included because many Paas's require a requirements.txt file in the project root
# Explicitly add misaka due to buildpack detection on Heroku (cffi deployment)
misaka>=2.1.1
# Use PyPi simple repo for automated deployments
-i https://pypi.org/simple
# Just installs the production requirements.
-r requirements/prod.txt