Skip to content

Commit

Permalink
Merge pull request #1057 from dstufft/fix-local-development
Browse files Browse the repository at this point in the history
Fix local development
  • Loading branch information
dstufft committed Apr 3, 2016
2 parents 88e429d + db686d1 commit c38ebb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ RUN set -x \
&& npm install \
&& pip install -U pip setuptools \
&& pip install -r requirements/dev.txt \
-r requirements/deploy.txt \
-r requirements/main.txt \
-r requirements/tests.txt \
&& pip install -r requirements/deploy.txt \
-r requirements/main.txt \
# Uncomment the below line if you're working on the PyPI theme, this is a
# private repository due to the fact that other people's IP is contained
# in it.
Expand Down
1 change: 1 addition & 0 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gevent==1.1.0 \
--hash=sha256:96bfb403d5b8efd833b6081bef2154d2af87b18db0aadcd9b95d985c53439e65 \
--hash=sha256:9330fec5a049ca48bf8f429a469a96586e3567a61016e3236b27e2633e26295f
greenlet==0.4.9 \
--hash=sha256:d07ceaa1381da68e02acebcb2d712ad3a1a9762f95d611fd239bac046f7ee106 \
--hash=sha256:11f6fbb16df0fd595fec0b61e88f45f3d59cd8940db2f218de272c7702ec32b6 \
--hash=sha256:2d48cbff2758ded71192f486a026815c975a7589d0d78d0cd8f7f5045b44b540 \
--hash=sha256:e13d1eaf9fa7a9dfb3bd8e33818f1b3799bc5bdd9a808744210bc4d3e45f70b2 \
Expand Down

0 comments on commit c38ebb7

Please sign in to comment.