Skip to content

Commit

Permalink
Added requirements and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed Aug 9, 2024
1 parent 46382f4 commit 3f8cc15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.venv/
.idea/
__pycache__/
__pycache__/
build.ps1
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dithering==0.1.27
numpy==2.0.1
opencv-python==4.10.0.84
pillow==10.4.0
pyperclip==1.9.0
PySide6==6.7.2
PySide6_Addons==6.7.2
PySide6_Essentials==6.7.2
shiboken6==6.7.2
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file will be modified by the 'build.ps1' script
# No need to change it
version = "v1.0.0"
version = "v1.0.0"

0 comments on commit 3f8cc15

Please sign in to comment.