Skip to content

Commit a9c9a95

Browse files
committed
docs: add comments on requirements.txt files with respect to Heroku
Just adding a bit more information so that it is clear on why things are like they are.
1 parent d638f89 commit a9c9a95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Due to how Heroku applications are deployed, we need to be able to install the `server`
2+
# dependencies from the root directory. There also needs to be a `Procfile` to start things up
13
-r ./server/requirements.txt

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Flask==1.0.3
55
gunicorn==19.9.0
66
Flask-APScheduler==1.11.0
77
requests==2.22.0
8-
-e ./shared
8+
-e ./shared # When this file is pip installed, the current working directory is the root of the project

0 commit comments

Comments
 (0)