Skip to content

Commit

Permalink
remove sphinx and myst-parser dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Jun 13, 2024
1 parent 8d06cc9 commit 5e7d73e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
4 changes: 0 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ awscli~=1.33.4
certifi~=2024.6.2
check-manifest~=0.48
mypy~=1.10
myst-parser~=0.18.0
pip-tools~=7.4.1
pydot~=2.0.0
pyroma~=4.0
Expand All @@ -15,9 +14,6 @@ twine~=5.1.0
types-PyYAML~=6.0.12
types-setuptools~=70.0.0
wheel~=0.43.0
sphinx-autoapi~=1.8.0
sphinx-rtd-theme~=1.3.0
sphinx~=5.3.0
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.9
requests~=2.32.3
werkzeug~=3.0.3
Expand Down
66 changes: 1 addition & 65 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
#
# pip-compile --constraint=requirements.txt --output-file=requirements-dev.txt requirements-dev.in
#
alabaster==0.7.13
# via sphinx
astroid==2.15.8
# via sphinx-autoapi
awscli==1.33.4
# via -r requirements-dev.in
babel==2.14.0
# via sphinx
bleach==6.0.0
# via readme-renderer
boto3==1.34.122
Expand Down Expand Up @@ -56,24 +50,18 @@ cryptography==42.0.4
docutils==0.16
# via
# awscli
# myst-parser
# pyroma
# readme-renderer
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
# -c requirements.txt
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via
# build
# keyring
# sphinx
# twine
iniconfig==2.0.0
# via pytest
Expand All @@ -83,30 +71,20 @@ jinja2==3.1.4
# via
# -c requirements.txt
# moto
# myst-parser
# sphinx
# sphinx-autoapi
jmespath==1.0.1
# via
# -c requirements.txt
# boto3
# botocore
keyring==23.9.3
# via twine
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==2.2.0
# via
# mdit-py-plugins
# myst-parser
# rich
# via rich
markupsafe==2.1.5
# via
# -c requirements.txt
# jinja2
# werkzeug
mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
Expand All @@ -119,15 +97,12 @@ mypy-extensions==1.0.0
# via
# -c requirements.txt
# mypy
myst-parser==0.18.1
# via -r requirements-dev.in
packaging==24.1
# via
# -c requirements.txt
# build
# pyroma
# pytest
# sphinx
pip-tools==7.4.1
# via -r requirements-dev.in
pkginfo==1.9.6
Expand All @@ -148,7 +123,6 @@ pygments==2.18.0
# pyroma
# readme-renderer
# rich
# sphinx
pyparsing==3.1.1
# via pydot
pyproject-hooks==1.0.0
Expand All @@ -174,16 +148,12 @@ python-dateutil==2.9.0.post0
# -c requirements.txt
# botocore
# moto
pytz==2024.1
# via babel
pyyaml==6.0.1
# via
# -c requirements.txt
# awscli
# moto
# myst-parser
# responses
# sphinx-autoapi
readme-renderer==37.3
# via twine
requests==2.32.3
Expand All @@ -194,7 +164,6 @@ requests==2.32.3
# pyroma
# requests-toolbelt
# responses
# sphinx
# twine
requests-toolbelt==1.0.0
# via twine
Expand All @@ -220,33 +189,6 @@ six==1.16.0
# -c requirements.txt
# bleach
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
# via
# -r requirements-dev.in
# myst-parser
# sphinx-autoapi
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autoapi==1.8.4
# via -r requirements-dev.in
sphinx-rtd-theme==1.3.0
# via -r requirements-dev.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
tomli==2.0.1
# via
# build
Expand All @@ -269,12 +211,8 @@ types-setuptools==70.0.0.20240524
typing-extensions==4.12.2
# via
# -c requirements.txt
# astroid
# mypy
# myst-parser
# rich
unidecode==1.3.8
# via sphinx-autoapi
urllib3==1.26.18
# via
# -c requirements.txt
Expand All @@ -293,8 +231,6 @@ wheel==0.43.0
# via
# -r requirements-dev.in
# pip-tools
wrapt==1.16.0
# via astroid
xmltodict==0.13.0
# via moto
zipp==3.15.0
Expand Down

0 comments on commit 5e7d73e

Please sign in to comment.