Fix bug 1527507: Add requirements.txt file (#1225)

This commit is contained in:
Matjaž Horvat 2019-03-12 16:27:56 +01:00 коммит произвёл Adrian Gaudebert
Родитель 7dafc0495e
Коммит cb50ff5d4a
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,5 @@
# This file is required by Heroku: "To specify Python package dependencies on Heroku via pip,
# add a pip requirements file named requirements.txt to the root of your repository."
#
# Source: https://devcenter.heroku.com/articles/python-pip
-r requirements/default.txt