Skip to content

Commit

Permalink
Install aioca into dev packages.
Browse files Browse the repository at this point in the history
This also comes with an awful lot of other package updates... hope they all work...
  • Loading branch information
AlexanderWells-diamond committed Mar 3, 2023
1 parent 1086193 commit 09dc5ea
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 181 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ verify_ssl = true
[dev-packages]
# Pinning black stops us having to allow pre-releases globally
black = "==21.7b0"

# Pins to make lockfile usable on multiple Python versions and platforms
mypy = "*"
atomicwrites = "*"
typed-ast = "*"

# Test and docs dependencies
pytest-cov = "*"
pytest-mypy = "*"
Expand All @@ -23,6 +21,7 @@ pytest-asyncio = "*"
flake8-isort = "*"
isort = ">5.0"
sphinx-rtd-theme = "*"
aioca = "*"

[packages]
# All other package requirements from setup.cfg
Expand Down
Loading

0 comments on commit 09dc5ea

Please sign in to comment.