Skip to content

Commit

Permalink
Merge pull request #51 from rohanpm/dev-fixes
Browse files Browse the repository at this point in the history
Fixes to dev env and CI
  • Loading branch information
rohanpm committed Jun 20, 2020
2 parents c2ec0a6 + ed4adb8 commit 1518b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WEBPACK=node_modules/.bin/webpack
BUNDLE=pulpstatus/static/js/app-bundle.js
APP_JS=pulpstatus/js-src/app.ts
VIRTUALENV_DIR=virtualenv
VIRTUALENV=virtualenv-3
VIRTUALENV=virtualenv
GUNICORN=$(VIRTUALENV_DIR)/bin/gunicorn
FLASK=$(VIRTUALENV_DIR)/bin/flask

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ requests==2.24.0 --hash=sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b
requests-cache==0.5.2 --hash=sha256:81e13559baee64677a7d73b85498a5a8f0639e204517b5d05ff378e44a57831a --hash=sha256:813023269686045f8e01e2289cc1e7e9ae5ab22ddd1e2849a9093ab3ab7270eb
urllib3==1.25.9 --hash=sha256:88206b0eb87e6d677d424843ac5209e3fb9d0190d0ee169599165ec25e9d9115 --hash=sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527
Werkzeug==1.0.0 --hash=sha256:6dc65cf9091cf750012f56f2cad759fa9e879f511b5ff8685e456b4e3bf90d16 --hash=sha256:169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096
brotli==1.0.7 --hash=sha256:3f4a1f6240916c7984c7f2542786710f622992508dafee0b1714e6d340fb9ffd --hash=sha256:e2f4cbd1760d2bf2f30e396c2301999aab0191aec031a6a8a04950b2f575a536

0 comments on commit 1518b77

Please sign in to comment.