feat: document deps in pyproject.toml
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-12-31 21:25:01 +05:30
parent c58fab7d81
commit 8a86893048
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [ "requests==2.31.0", "urllib3==2.1.0" ]
[project.urls]
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"