Skip to content

Commit 13a32fd

Browse files
committed
Updated the project files
1 parent 683c06b commit 13a32fd

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ version = "1.1.2"
88
description = "Python API Client to communicate with mosparo."
99
readme = "README.md"
1010
authors = [{ name = "mosparo Core Developers", email = "info@mosparo.io" }]
11-
license = { file = "LICENSE" }
11+
license = "MIT"
12+
license-files = [ "LICENSE" ]
1213
classifiers = [
1314
"Development Status :: 5 - Production/Stable",
1415
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3.5",
1818
"Programming Language :: Python :: 3.6",
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
"Topic :: Internet",
2627
]
2728
keywords = ["mosparo", "api-client", "spam-protection", "accessibility", "captcha"]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile pyproject.toml
66
#
7-
certifi==2024.7.4
7+
certifi>=2024.7.4
88
# via requests
9-
charset-normalizer==3.1.0
9+
charset-normalizer>=3.1.0
1010
# via requests
11-
idna==3.7
11+
idna>=2.5,<4
1212
# via requests
13-
requests==2.32.2
13+
requests==2.32.5
1414
# via mosparo-api-client (pyproject.toml)
15-
urllib3==2.2.2
15+
urllib3>=2.5.0,<3
1616
# via requests

0 commit comments

Comments
 (0)