Skip to content

Commit

Permalink
readthedocs: Export dev dependencies in requirements.txt (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Oct 4, 2024
1 parent 2a50143 commit 579f57d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lint-docs:
generate-docs: install ## readthedocs requires a requirements.txt file, this step converts poetry file to requirements.txt file before re-gen the docs
@echo Generating documentation...;
@echo Converting poetry file to requirements.txt...;
poetry export -f requirements.txt -o requirements.txt --without-hashes
poetry export -f requirements.txt -o requirements.txt --without-hashes --with dev
cd docs && \
poetry run sphinx-apidoc -o source/ ../src/pydo && \
poetry run make html
Expand Down
42 changes: 42 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,72 @@
aiohappyeyeballs==2.3.5 ; python_version >= "3.8" and python_full_version < "4.0.0"
aiohttp==3.10.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
aioresponses==0.7.6 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
aiosignal==1.3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
alabaster==0.7.13 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
astroid==2.15.8 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
async-timeout==4.0.3 ; python_version >= "3.8" and python_version < "3.11"
attrs==23.2.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
azure-core==1.30.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
azure-identity==1.16.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
babel==2.15.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
black==24.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
certifi==2024.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
cffi==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
click==8.1.7 ; python_version >= "3.8" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_version >= "3.8" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
cryptography==42.0.7 ; python_version >= "3.8" and python_full_version < "4.0.0"
dill==0.3.8 ; python_version >= "3.8" and python_full_version < "4.0.0"
docutils==0.18.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
exceptiongroup==1.2.1 ; python_full_version >= "3.8.0" and python_version < "3.11"
frozenlist==1.4.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
idna==3.7 ; python_version >= "3.8" and python_full_version < "4.0.0"
imagesize==1.4.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
importlib-metadata==7.1.0 ; python_version >= "3.8" and python_version < "3.10"
iniconfig==2.0.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
isodate==0.6.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
isort==5.13.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
jinja2==3.1.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
lazy-object-proxy==1.10.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
markupsafe==2.1.5 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
mccabe==0.7.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
msal-extensions==1.1.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
msal==1.28.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
msrest==0.7.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
multidict==6.0.5 ; python_version >= "3.8" and python_full_version < "4.0.0"
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
oauthlib==3.2.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
packaging==24.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
pathspec==0.12.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
platformdirs==4.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
pluggy==1.5.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
portalocker==2.8.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
pycparser==2.22 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
pygments==2.18.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
pyjwt[crypto]==2.8.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
pylint==2.17.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pytest-asyncio==0.19.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pytest==7.4.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
pytz==2024.1 ; python_version >= "3.8" and python_version < "3.9"
pywin32==306 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
requests-oauthlib==2.0.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
requests==2.32.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
responses==0.21.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
six==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
snowballstemmer==2.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinx-rtd-theme==1.3.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinx==5.3.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.8" and python_full_version < "4.0.0"
sphinxcontrib-devhelp==1.0.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
sphinxcontrib-jquery==4.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinxcontrib-jsmath==1.0.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinxcontrib-qthelp==1.0.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
sphinxcontrib-serializinghtml==1.1.5 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11"
tomlkit==0.12.5 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
typing-extensions==4.12.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
urllib3==2.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
wrapt==1.16.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
yarl==1.9.4 ; python_version >= "3.8" and python_full_version < "4.0.0"
zipp==3.19.0 ; python_version >= "3.8" and python_version < "3.10"

0 comments on commit 579f57d

Please sign in to comment.