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