We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d638f89 commit a9c9a95Copy full SHA for a9c9a95
requirements.txt
@@ -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
3
-r ./server/requirements.txt
server/requirements.txt
@@ -5,4 +5,4 @@ Flask==1.0.3
5
gunicorn==19.9.0
6
Flask-APScheduler==1.11.0
7
requests==2.22.0
8
--e ./shared
+-e ./shared # When this file is pip installed, the current working directory is the root of the project
0 commit comments