Skip to content

Commit

Permalink
Make dependencies more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed May 15, 2024
1 parent f534e37 commit 3d078a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
click==8.1.5
idna==3.4 ; python_version >= '3.5'
requests==2.31.0
tqdm==4.65.0
urllib3==2.0.7
certifi>=2023.7.22
charset-normalizer>=3.2.0
click>=8.1.5
idna>=3.4
requests>=2.31.0
tqdm>=4.65.0
urllib3>=2.0.7

0 comments on commit 3d078a1

Please sign in to comment.