mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-04-14 14:47:32 +08:00
Adjustments to return to a single requirements.txt
This commit is contained in:
@@ -82,7 +82,7 @@ Copy-Item "dist\video2x.exe" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2
|
||||
Copy-Item "dist\video2x_gui.exe" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2X_VERSION)-win32-light\"
|
||||
Copy-Item "dist\video2x_setup.exe" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2X_VERSION)-win32-light\"
|
||||
Copy-Item "video2x.yaml" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2X_VERSION)-win32-light\"
|
||||
Copy-Item "requirements-windows.txt" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2X_VERSION)-win32-light\"
|
||||
Copy-Item "requirements.txt" -Destination "$($VIDEO2X_VERSION)\video2x-$($VIDEO2X_VERSION)-win32-light\"
|
||||
|
||||
# clean up temporary files
|
||||
Write-Host -ForegroundColor White "`nDeleting temporary files"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
avalon_framework
|
||||
colorama
|
||||
patool
|
||||
pyqt5
|
||||
python-magic
|
||||
pyyaml
|
||||
requests
|
||||
tqdm
|
||||
@@ -1,9 +0,0 @@
|
||||
avalon_framework
|
||||
colorama
|
||||
patool
|
||||
pyqt5
|
||||
python-magic
|
||||
python-magic-bin
|
||||
pyyaml
|
||||
requests
|
||||
tqdm
|
||||
9
src/requirements.txt
Normal file
9
src/requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
avalon_framework
|
||||
colorama
|
||||
patool
|
||||
pyqt5
|
||||
python-magic; platform_system != "Windows"
|
||||
python-magic-bin; platform_system == "Windows"
|
||||
pyyaml
|
||||
requests
|
||||
tqdm
|
||||
@@ -105,7 +105,7 @@ class Video2xSetup:
|
||||
def _install_python_requirements(self):
|
||||
""" Read requirements.txt and return its content
|
||||
"""
|
||||
pip_install('requirements-windows.txt')
|
||||
pip_install('requirements.txt')
|
||||
|
||||
def _cleanup(self):
|
||||
""" Cleanup all the temp files downloaded
|
||||
|
||||
Reference in New Issue
Block a user