mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-11-04 06:31:00 +01:00 
			
		
		
		
	Adjustments to return to a single requirements.txt
This commit is contained in:
		
							parent
							
								
									8fd3292cd6
								
							
						
					
					
						commit
						b024581906
					
				
							
								
								
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							@ -27,7 +27,7 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install -U pip
 | 
			
		||||
          pip install -U pyinstaller pywin32
 | 
			
		||||
          pip install -U -r requirements-windows.txt
 | 
			
		||||
          pip install -U -r requirements.txt
 | 
			
		||||
      - name: Build Video2X CLI
 | 
			
		||||
        run: |
 | 
			
		||||
          pyinstaller --noconfirm --log-level=WARN `
 | 
			
		||||
 | 
			
		||||
@ -82,7 +82,7 @@ RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu18
 | 
			
		||||
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
 | 
			
		||||
RUN cd / && python3.8 -m pip install --upgrade pip &&\
 | 
			
		||||
    git clone --recurse-submodules --progress https://github.com/k4yt3x/video2x.git --depth=1 &&\
 | 
			
		||||
    python3.8 -m pip install -U -r video2x/src/requirements-linux.txt
 | 
			
		||||
    python3.8 -m pip install -U -r video2x/src/requirements.txt
 | 
			
		||||
 | 
			
		||||
# Compile drivers
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user