chore: requirements.txt

This commit is contained in:
283375 2023-08-29 01:12:22 +08:00
parent 2e6ca98f7d
commit eb523620c5
3 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ dependencies = [
"arcaea-offline==0.1.0",
"arcaea-offline-ocr==0.1.0",
"exif==1.6.0",
"PySide6==6.5.2",
]
classifiers = [
"Development Status :: 3 - Alpha",

2
requirements.dev.txt Normal file
View File

@ -0,0 +1,2 @@
black == 23.7.0
isort == 5.12.0

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
arcaea-offline==0.1.0
arcaea-offline-ocr==0.1.0
exif==1.6.0
PySide6==6.5.2