Skip to content

Commit 0b9d82c

Browse files
committed
adding requirements.txt for consistency
Signed-off-by: Neal Ensor <ensorn@osti.gov>
1 parent 2080748 commit 0b9d82c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"requests",
2222
"pydantic",
23-
"urllib3==1.26.18"
23+
"urllib3"
2424
]
2525

2626
[project.optional-dependencies]

requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
annotated-types==0.7.0
2+
certifi==2024.2.2
3+
charset-normalizer==3.3.2
4+
idna==3.7
5+
pydantic==2.7.1
6+
pydantic_core==2.18.2
7+
requests==2.32.2
8+
typing_extensions==4.11.0
9+
urllib3==2.2.1

0 commit comments

Comments
 (0)