Skip to content

Commit 864099d

Browse files
committed
updating reqs
1 parent 0e8f0d9 commit 864099d

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

requirements-cli.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
click==7.1.2
2-
pyyaml==5.4
1+
click==8.0.3
2+
pyyaml==5.4.1
33
toml==0.10.2
4-
clevercsv==0.6.7
4+
clevercsv==0.7.1

requirements-dev.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
wheel==0.37.0
12
-r requirements.txt
23
-r requirements-cli.txt
34
bump2version==1.0.1
4-
jsonpickle==1.4.2
5-
coverage==5.3.1
6-
ipdb==0.13.4
7-
numpy==1.19.4
8-
pytest==6.2.1
9-
pytest-cov==2.10.1
10-
python-dotenv==0.15.0
11-
watchdog==1.0.2
12-
Sphinx==3.4.1
5+
jsonpickle==2.0.0
6+
coverage==6.0.2
7+
ipdb==0.13.9
8+
numpy==1.21.2
9+
pytest==6.2.5
10+
pytest-cov==3.0.0
11+
python-dotenv==0.19.1
12+
watchdog==2.1.6
13+
Sphinx==4.2.0
1314
sphinx-sitemap==2.2.0
14-
flake8==3.8.4
15+
flake8==4.0.1

0 commit comments

Comments
 (0)