Skip to content

Commit

Permalink
add requirements dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 3, 2024
1 parent fe036a6 commit ab2b817
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 0 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# Package
httpx==0.19.0
zeep[async]==4.1.0

# Dev
pytest
pytest-cov
pylint

# pre-commit
pre-commit==2.7.1
pyupgrade==2.7.2
black==20.8b1
flake8==3.8.3
# flake8-docstrings==1.5.0
pydocstyle==5.1.1
bandit==1.6.2
isort==5.5.3
11 changes: 11 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Package
-r requirements.txt

# Dev
pytest
pytest-cov
pytest-asyncio
pylint

# pre-commit
pre-commit==2.7.1

0 comments on commit ab2b817

Please sign in to comment.