dribdat/requirements.txt

11 lines
325 B
Plaintext
Raw Permalink Normal View History

2015-09-15 07:46:35 +00:00
# Included because many Paas's require a requirements.txt file in the project root
2017-02-14 15:55:27 +00:00
# Explicitly add misaka due to buildpack detection on Heroku (cffi deployment)
2018-12-15 19:37:58 +00:00
misaka>=2.1.1
2017-02-14 15:55:27 +00:00
2023-04-26 20:43:19 +00:00
# Use PyPi simple repo for automated deployments
-i https://pypi.org/simple
2015-09-15 07:46:35 +00:00
# Just installs the production requirements.
2015-10-02 21:49:32 +00:00
-r requirements/prod.txt