Compare commits
No commits in common. "c34a0e83f0e61f1c4a523413c6d897d064d33e89" and "02b420d5812b62ff51ea42a50abc4fee8f9f0411" have entirely different histories.
c34a0e83f0
...
02b420d581
1 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "sp-hydra-veil-core"
|
name = "sp-hydra-veil-core"
|
||||||
version = "2.0.0"
|
version = "1.1.7"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Simplified Privacy" },
|
{ name = "Simplified Privacy" },
|
||||||
]
|
]
|
||||||
|
|
@ -12,13 +12,13 @@ classifiers = [
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cryptography ~= 46.0.3",
|
"cryptography ~= 44.0.1",
|
||||||
"dataclasses-json ~= 0.6.7",
|
"dataclasses-json ~= 0.6.4",
|
||||||
"marshmallow ~= 3.26.1",
|
"marshmallow ~= 3.21.1",
|
||||||
"psutil ~= 7.1.3",
|
"psutil ~= 5.9.8",
|
||||||
"pysocks ~= 1.7.1",
|
"pysocks ~= 1.7.1",
|
||||||
"python-dateutil ~= 2.9.0.post0",
|
"python-dateutil ~= 2.9.0.post0",
|
||||||
"requests ~= 2.32.5",
|
"requests ~= 2.32.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue