Skip to content

Commit 9fe3581

Browse files
committed
Add dependencies
1 parent 2860ba2 commit 9fe3581

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
]
19+
dependencies = [
20+
'requests ~= 2.29.0',
21+
]
1922

2023
[project.urls]
2124
"Homepage" = "https://github.com/pavloae/georef-ar-py"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests ~= 2.29

0 commit comments

Comments
 (0)