Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 097db86

Browse files
committed
patch
1 parent 6f08e9c commit 097db86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
certifi==2023.11.17
2-
charset-normalizer==3.3.2
3-
idna==3.6
4-
requests==2.31.0
5-
urllib3==2.1.0
1+
certifi
2+
charset-normalizer
3+
idna
4+
requests
5+
urllib3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ classifiers =
1515
[options]
1616
packages = find:
1717
install_requires = requests;
18-
python_requires = >=3.7
18+
python_requires = >=3.8
1919
include_package_data = True

0 commit comments

Comments
 (0)