We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2860ba2 commit 9fe3581Copy full SHA for 9fe3581
pyproject.toml
@@ -16,6 +16,9 @@ classifiers = [
16
"License :: OSI Approved :: MIT License",
17
"Operating System :: OS Independent",
18
]
19
+dependencies = [
20
+ 'requests ~= 2.29.0',
21
+]
22
23
[project.urls]
24
"Homepage" = "https://github.com/pavloae/georef-ar-py"
requirements.txt
@@ -0,0 +1 @@
1
+requests ~= 2.29
0 commit comments