feat: document deps in pyproject.toml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

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"