Skip to content

Commit

Permalink
Merge pull request #803 from njsmith/add-trio-deps-to-requirements-in
Browse files Browse the repository at this point in the history
Add trio's own dependencies to *-requirements.in
  • Loading branch information
pquentin authored Dec 14, 2018
2 parents 9799564 + 5e8ba31 commit d7bc005
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
10 changes: 10 additions & 0 deletions ci/rtd-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ sphinx >= 1.7.0
sphinx_rtd_theme
sphinxcontrib-trio
towncrier

# Trio's own dependencies
cffi; os_name == "nt"
contextvars; python_version < "3.7"
attrs >= 18.1.0
sortedcontainers
async_generator >= 1.9
idna
outcome
sniffio
11 changes: 9 additions & 2 deletions ci/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,33 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file rtd-requirements.txt rtd-requirements.in
# pip-compile --output-file ci/rtd-requirements.txt ci/rtd-requirements.in
#
alabaster==0.7.12 # via sphinx
async-generator==1.10
attrs==18.2.0
babel==2.6.0 # via sphinx
certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
click==7.0 # via towncrier
contextvars==2.3 ; python_version < "3.7"
docutils==0.14 # via sphinx
idna==2.8 # via requests
idna==2.8
imagesize==1.1.0 # via sphinx
immutables==0.6 # via contextvars
incremental==17.5.0 # via towncrier
jinja2==2.10 # via sphinx, towncrier
markupsafe==1.1.0 # via jinja2
outcome==1.0.0
packaging==18.0 # via sphinx
pygments==2.3.0 # via sphinx
pyparsing==2.3.0 # via packaging
pytz==2018.7 # via babel
requests==2.21.0 # via sphinx
six==1.12.0 # via packaging, sphinx
sniffio==1.0.0
snowballstemmer==1.2.1 # via sphinx
sortedcontainers==2.1.0
sphinx-rtd-theme==0.4.2
sphinx==1.8.2
sphinxcontrib-trio==1.0.1
Expand Down
10 changes: 10 additions & 0 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ flake8

# https://github.com/python-trio/trio/pull/654#issuecomment-420518745
typed_ast;python_version<"3.7" and implementation_name=="cpython"

# Trio's own dependencies
cffi; os_name == "nt"
contextvars; python_version < "3.7"
attrs >= 18.1.0
sortedcontainers
async_generator >= 1.9
idna
outcome
sniffio
10 changes: 8 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@
#
asn1crypto==0.24.0 # via cryptography
astroid==2.1.0 # via pylint
async-generator==1.10
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
attrs==18.2.0
backcall==0.1.0 # via ipython
cffi==1.11.5 # via cryptography
contextvars==2.3 ; python_version < "3.7"
coverage==4.5.2 # via pytest-cov
cryptography==2.4.2 # via pyopenssl, trustme
decorator==4.3.0 # via ipython, traitlets
flake8==3.6.0
idna==2.8 # via cryptography, trustme
idna==2.8
immutables==0.6 # via contextvars
ipython-genutils==0.2.0 # via traitlets
ipython==7.2.0
isort==4.3.4 # via pylint
jedi==0.13.1
lazy-object-proxy==1.3.1 # via astroid
mccabe==0.6.1 # via flake8, pylint
more-itertools==4.3.0 # via pytest
outcome==1.0.0
parso==0.3.1 # via jedi
pexpect==4.6.0 # via ipython
pickleshare==0.7.5 # via ipython
Expand All @@ -39,6 +43,8 @@ pytest-cov==2.6.0
pytest-faulthandler==1.5.0
pytest==4.0.1
six==1.12.0 # via astroid, cryptography, more-itertools, prompt-toolkit, pyopenssl, pytest, traitlets
sniffio==1.0.0
sortedcontainers==2.1.0
traitlets==4.3.2 # via ipython
trustme==0.4.0
typed-ast==1.1.0 ; python_version < "3.7" and implementation_name == "cpython"
Expand Down

0 comments on commit d7bc005

Please sign in to comment.