Split requirements.txt

This commit is contained in:
Stelios Tsampas 2022-09-09 20:54:34 +03:00
parent c3e192cbbe
commit 69ba61abd2
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +0,0 @@
pywebview[gtk]; platform_system == "Linux"
pywebview[cef]; platform_system == "Windows"
pypresence

View File

@ -0,0 +1,2 @@
pypresence

3
requirements-webview.txt Normal file
View File

@ -0,0 +1,3 @@
pywebview[qt]; platform_system == "Linux"
pywebview[cef]; platform_system == "Windows"