Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Workaround for pypa/pipenv#2113
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenbeckett committed Jun 22, 2018
1 parent b2dd227 commit 12e96b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ flask-script = "*"
flask-sqlalchemy = "*"
"flask-themes2" = "*"
flask-wtf = "*"
gevent = "*"
gevent = {version = "*", platform_python_implementation="=='CPython'"}
gunicorn = "*"
newrelic = "*"
pika = "*"
Expand Down
5 changes: 3 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12e96b4

Please sign in to comment.