mirror of
https://github.com/brygphilomena/pyhuntress.git
synced 2026-03-05 08:52:34 +00:00
Fix requirements
This commit is contained in:
parent
949d44e853
commit
9c92b3e274
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "pyhuntress"
|
name = "pyhuntress"
|
||||||
version = "0.2.14"
|
version = "0.2.15"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Peter Annabel", email="peter.annabel@gmail.com" },
|
{ name="Peter Annabel", email="peter.annabel@gmail.com" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
requests==2.32.4
|
requests
|
||||||
pydantic==2.11.7
|
pydantic
|
||||||
typing_extensions==4.14.1
|
typing_extensions
|
||||||
Loading…
Reference in a new issue