Skip to content

Commit

Permalink
adding requirements.txt for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Neal Ensor <[email protected]>
  • Loading branch information
nensor committed May 22, 2024
1 parent 2080748 commit 0b9d82c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"requests",
"pydantic",
"urllib3==1.26.18"
"urllib3"
]

[project.optional-dependencies]
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
annotated-types==0.7.0
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.7
pydantic==2.7.1
pydantic_core==2.18.2
requests==2.32.2
typing_extensions==4.11.0
urllib3==2.2.1

0 comments on commit 0b9d82c

Please sign in to comment.