Skip to content

Commit 2d78e63

Browse files
committed
Force Heroku to accept the project by specifying it as a Python application
1 parent d23750d commit 2d78e63

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file is here because many Platforms as a Service look for
2+
# requirements.txt in the root directory of a project.
3+

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-2.7.8

0 commit comments

Comments
 (0)