Skip to content

Commit

Permalink
Be more flexible on requirements (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Meillet authored May 27, 2019
1 parent 1c60b38 commit 44fb452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ipaddress==1.0.22
mysql-connector-python==8.0.15
ipaddress>=1.0.22,<1.1
mysql-connector-python>=8.0.15,<8.1

0 comments on commit 44fb452

Please sign in to comment.