Skip to content

Commit

Permalink
Merge pull request #2 from c-basalt/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
c-basalt authored Jul 29, 2023
2 parents 513d87d + 3cd4378 commit cd1a75b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
21 changes: 13 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# setup
pip >=21.0.0
versioningit >=2.0.0,<3 # required for being able to run editable installs

# tests
pytest >=6.0.0
pytest-asyncio
pytest-cov
pytest-trio
coverage[toml]
requests-mock
freezegun>=1.0.0
shtab
versioningit >=2.0.0, <3
freezegun >=1.0.0

# required by script/generate-cdp.py
inflection
# code-coverage
pytest-cov
coverage[toml]

# code-linting
ruff ==0.0.272

# typing
mypy
lxml-stubs
trio-typing
types-freezegun
types-requests
types-urllib3
typing_extensions

# scripts
shtab # required by script/build-shell-completions.sh
inflection # required by script/generate-cdp.py
16 changes: 11 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
sphinx >=5.0.0, <7
furo ==2023.03.27
myst-parser >=1.0.0, <2
sphinx-design >=0.4.1, <1
versioningit >=2.0.0, <3
# setup
versioningit >=2.0.0,<3 # required for reading the version string when building from git

# build
sphinx >=6.0.0,<8

# themes and extensions
furo ==2023.07.26
myst-parser >=1.0.0,<3
sphinx-design ==0.5.0

# typing
docutils-stubs

0 comments on commit cd1a75b

Please sign in to comment.