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 Feb 6, 2021
2 parents fa15b04 + b3207c8 commit 4fef07a
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 @@ -5,15 +5,15 @@ verify_ssl = true

[dev-packages]
black = "==20.8b1"
pytest = "==6.2.1"
pytest = "==6.2.2"
pytest-asyncio = "==0.14.0"
pytest-cov = "==2.11.1"
pytest-mock = "==3.5.1"
pytest-timeout = "==1.4.2"
mock = "==4.0.3"
pre-commit = "==2.9.3"
commitizen = "==2.14.0"
mypy = "==0.790"
pre-commit = "==2.10.0"
commitizen = "==2.14.1"
mypy = "==0.800"
flake8 = "==3.8.4"
isort = "==5.7.0"
controllerx = {path = ".", editable = true}
Expand Down

0 comments on commit 4fef07a

Please sign in to comment.