Skip to content

Commit 3d078a1

Browse files
committed
Make dependencies more flexible
1 parent f534e37 commit 3d078a1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
certifi==2023.7.22 ; python_version >= '3.6'
2-
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
3-
click==8.1.5
4-
idna==3.4 ; python_version >= '3.5'
5-
requests==2.31.0
6-
tqdm==4.65.0
7-
urllib3==2.0.7
1+
certifi>=2023.7.22
2+
charset-normalizer>=3.2.0
3+
click>=8.1.5
4+
idna>=3.4
5+
requests>=2.31.0
6+
tqdm>=4.65.0
7+
urllib3>=2.0.7

0 commit comments

Comments
 (0)