Skip to content

Commit

Permalink
updating reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Oct 13, 2021
1 parent 0e8f0d9 commit 864099d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements-cli.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==7.1.2
pyyaml==5.4
click==8.0.3
pyyaml==5.4.1
toml==0.10.2
clevercsv==0.6.7
clevercsv==0.7.1
21 changes: 11 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
wheel==0.37.0
-r requirements.txt
-r requirements-cli.txt
bump2version==1.0.1
jsonpickle==1.4.2
coverage==5.3.1
ipdb==0.13.4
numpy==1.19.4
pytest==6.2.1
pytest-cov==2.10.1
python-dotenv==0.15.0
watchdog==1.0.2
Sphinx==3.4.1
jsonpickle==2.0.0
coverage==6.0.2
ipdb==0.13.9
numpy==1.21.2
pytest==6.2.5
pytest-cov==3.0.0
python-dotenv==0.19.1
watchdog==2.1.6
Sphinx==4.2.0
sphinx-sitemap==2.2.0
flake8==3.8.4
flake8==4.0.1

0 comments on commit 864099d

Please sign in to comment.