Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:xaviml/controllerx into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Aug 19, 2021
2 parents cc23733 + 228d450 commit 69932a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "==21.6b0"
black = "==21.7b0"
pytest = "==6.2.4"
pytest-asyncio = "==0.15.1"
pytest-cov = "==2.12.1"
pytest-mock = "==3.6.1"
pytest-timeout = "==1.4.2"
mock = "==4.0.3"
pre-commit = "==2.13.0"
commitizen = "==2.17.12"
pre-commit = "==2.14.0"
commitizen = "==2.18.0"
mypy = "==0.910"
flake8 = "==3.9.2"
isort = "==5.9.2"
isort = "==5.9.3"
controllerx = {path = ".", editable = true}

[packages]
Expand Down

0 comments on commit 69932a0

Please sign in to comment.