Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Oct 12, 2021
1 parent e5791ed commit 3214d82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bump2version==1.0.1
click>=7.1.2
click>=8.0.3
deepdiff==5.5.0
flake8==3.8.4
pygraphviz==1.6
pytest==6.2.1
pytest_cov==2.11.0
flake8==4.0.1
pygraphviz==1.7
pytest==6.2.5
pytest_cov==3.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
version=version,
install_requires=[],
extras_require={
'levenshtein': ['python-Levenshtein>=0.12.0'],
'pylev': ['pylev>=1.3.0'],
'levenshtein': ['python-Levenshtein>=0.12.2'],
'pylev': ['pylev>=1.4.0'],
},
dependency_links=[],
packages=find_packages(exclude=('tests', 'docs')),
Expand Down

0 comments on commit 3214d82

Please sign in to comment.