Skip to content

Commit

Permalink
fix version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
keryc authored and matin committed Mar 3, 2021
1 parent 4313ee2 commit 333ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
'requests>=2.25,<2.26',
'clabe>=1.2.4,<1.3',
'lxml>=4.6.2,<4.5',
'lxml>=4.6.2,<4.7',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit 333ce32

Please sign in to comment.