Skip to content

Commit

Permalink
Zipkin and pypa/pipenv#2113 (#165)
Browse files Browse the repository at this point in the history
* Revert "Revert "Zipkin flask (#161)" (#164)"

This reverts commit 65422ec.

* Introduce workaround for pypa/pipenv#2113

Currently we can't cf push if we update greenlets. This will force
the right platform to be used.
  • Loading branch information
PurpleBooth committed Aug 23, 2018
1 parent 65422ec commit 4e19ac1
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 142 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Expand Up @@ -13,7 +13,7 @@ flask = "*"
flask-cors = "*"
flask-httpauth = "*"
gunicorn = "*"
gevent = "*"
gevent = {version = "*", platform_python_implementation="=='CPython'"}
itsdangerous = "*"
jsonschema = "*"
"psycopg2" = "*"
Expand All @@ -23,6 +23,8 @@ retrying = "*"
sqlalchemy = "*"
sqlalchemy-utils = "*"
structlog = "*"
requestsdefaulter = "*"
flask-zipkin = "*"

[dev-packages]
coverage = "*"
Expand Down

0 comments on commit 4e19ac1

Please sign in to comment.