Skip to content

Commit

Permalink
build(deps): install aiocontextvars when Python < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-o committed Nov 9, 2019
1 parent 3f4cc1a commit 2ab3e51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ion.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ setuptools-git==1.2
Sphinx==2.2.1
sphinx-bootstrap-theme==0.7.1
pillow>=6.2.0

[:python_version < "3.7"]
aiocontextvars==0.2.2
2 changes: 2 additions & 0 deletions docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ sphinx-bootstrap-theme==0.7.1
# Not direct dependencies, but need to be bumped for some reason
# (for example, bug or security fixes)
pillow>=6.2.0
# Needed for sentry-sdk 0.12.0
aiocontextvars==0.2.2; python_version < "3.7"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ sphinx-bootstrap-theme==0.7.1
# Not direct dependencies, but need to be bumped for some reason
# (for example, bug or security fixes)
pillow>=6.2.0
# Needed for sentry-sdk 0.12.0
aiocontextvars==0.2.2; python_version < "3.7"

0 comments on commit 2ab3e51

Please sign in to comment.