-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
295 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Complete pip-tools setup. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-r multidict.txt | ||
cython==0.29.21 | ||
typing_extensions==3.7.4.3 # required for parsing aiohttp/hdrs.py by tools/gen.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
-r multidict.txt | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --allow-unsafe requirements/cython.in | ||
# | ||
cython==0.29.21 | ||
typing_extensions==3.7.4.3 # required for parsing aiohttp/hdrs.py by tools/gen.py | ||
# via -r requirements/cython.in | ||
multidict==5.1.0 | ||
# via -r requirements/multidict.txt | ||
typing_extensions==3.7.4.3 | ||
# via -r requirements/cython.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-r lint.txt | ||
-r lint.in | ||
-r test.txt | ||
-r doc.txt | ||
cherry_picker==1.3.2; python_version>="3.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-r doc.txt | ||
sphinxcontrib-spelling==7.1.0; platform_system!="Windows" # We only use it in Travis CI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,98 @@ | ||
-r doc.txt | ||
sphinxcontrib-spelling==7.1.0; platform_system!="Windows" # We only use it in Travis CI | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile --allow-unsafe requirements/doc-spelling.in | ||
# | ||
aiohttp-theme==0.1.6 | ||
# via -r requirements/doc.txt | ||
alabaster==0.7.12 | ||
# via sphinx | ||
babel==2.9.0 | ||
# via sphinx | ||
blockdiag==2.0.1 | ||
# via sphinxcontrib-blockdiag | ||
certifi==2020.12.5 | ||
# via requests | ||
chardet==4.0.0 | ||
# via requests | ||
click==7.1.2 | ||
# via towncrier | ||
docutils==0.16 | ||
# via sphinx | ||
funcparserlib==0.3.6 | ||
# via blockdiag | ||
idna==2.10 | ||
# via requests | ||
imagesize==1.2.0 | ||
# via sphinx | ||
importlib-metadata==3.7.2 | ||
# via sphinxcontrib-spelling | ||
incremental==21.3.0 | ||
# via towncrier | ||
jinja2==2.11.3 | ||
# via | ||
# sphinx | ||
# towncrier | ||
markupsafe==1.1.1 | ||
# via jinja2 | ||
packaging==20.9 | ||
# via sphinx | ||
pillow==8.1.2 | ||
# via blockdiag | ||
pyenchant==3.2.0 | ||
# via sphinxcontrib-spelling | ||
pygments==2.8.0 | ||
# via | ||
# -r requirements/doc.txt | ||
# sphinx | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pytz==2021.1 | ||
# via babel | ||
requests==2.25.1 | ||
# via sphinx | ||
snowballstemmer==2.1.0 | ||
# via sphinx | ||
sphinx==3.5.1 | ||
# via | ||
# -r requirements/doc.txt | ||
# sphinxcontrib-asyncio | ||
# sphinxcontrib-blockdiag | ||
# sphinxcontrib-spelling | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-asyncio==0.3.0 | ||
# via -r requirements/doc.txt | ||
sphinxcontrib-blockdiag==2.0.0 | ||
# via -r requirements/doc.txt | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.4 | ||
# via sphinx | ||
sphinxcontrib-spelling==7.1.0 ; platform_system != "Windows" | ||
# via -r requirements/doc-spelling.in | ||
toml==0.10.2 | ||
# via towncrier | ||
towncrier==19.2.0 | ||
# via -r requirements/doc.txt | ||
typing-extensions==3.7.4.3 | ||
# via importlib-metadata | ||
urllib3==1.26.3 | ||
# via requests | ||
webcolors==1.11.1 | ||
# via blockdiag | ||
zipp==3.4.1 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
setuptools==54.1.1 | ||
# via | ||
# blockdiag | ||
# sphinx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
black==20.8b1; implementation_name=="cpython" | ||
dataclasses==0.8; python_version < "3.7" | ||
flake8==3.8.4 | ||
flake8-pyi==20.10.0 | ||
importlib-metadata==3.7.0; python_version < "3.8" | ||
importlib-resources; python_version < "3.9" | ||
isort==5.7.0 | ||
mypy==0.790; implementation_name=="cpython" | ||
pre-commit==2.9.3 | ||
pytest==6.1.2 | ||
typed-ast==1.4.2; implementation_name=="cpython" |
Oops, something went wrong.