forked from Support/sp-hydra-veil-gui
Version bump & gitignore for bytefiles
This commit is contained in:
parent
8b17b74e56
commit
2f0ffe0351
3 changed files with 16 additions and 4 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,6 +1,18 @@
|
|||
.dev
|
||||
may23.py
|
||||
old_main.py
|
||||
.idea
|
||||
.venv
|
||||
dist
|
||||
gui/__pycache__/
|
||||
gui/__pycache__
|
||||
__pycache__
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
venv/
|
||||
.env
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "sp-hydra-veil-gui"
|
||||
version = "2.4.4"
|
||||
version = "2.4.5"
|
||||
authors = [
|
||||
{ name = "Simplified Privacy" },
|
||||
]
|
||||
|
|
@ -12,7 +12,7 @@ classifiers = [
|
|||
"Operating System :: POSIX :: Linux",
|
||||
]
|
||||
dependencies = [
|
||||
"sp-hydra-veil-core == 2.3.7",
|
||||
"sp-hydra-veil-core == 2.3.8",
|
||||
"pyperclip ~= 1.9.0",
|
||||
"pyqt6 ~= 6.7.1",
|
||||
"qrcode[pil] ~= 8.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue