Skip to content

Commit

Permalink
Add scriv to development dependencies
Browse files Browse the repository at this point in the history
In the FastAPI Safir app and SQuaRE PyPI project templates, add
scriv to the development dependencies.
  • Loading branch information
rra committed Sep 18, 2023
1 parent 90e5328 commit 4ff472c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

-c main.txt

# Testing
asgi-lifespan
coverage[toml]
httpx
Expand All @@ -18,3 +19,6 @@ pydantic
pytest
pytest-asyncio
pytest-cov

# Documentation
scriv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

-c main.txt

# Testing
asgi-lifespan
coverage[toml]
httpx
Expand All @@ -18,3 +19,6 @@ pydantic
pytest
pytest-asyncio
pytest-cov

# Documentation
scriv
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dev = [
"mypy",
# Documentation
"documenteer[guide]<1",
"scriv",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dev = [
"mypy",
# Documentation
"documenteer[guide]<1",
"scriv",
]

[project.urls]
Expand Down

0 comments on commit 4ff472c

Please sign in to comment.