mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 12:05:37 +00:00
Add platform specifiers to dependencies (#877)
This commit is contained in:
parent
aaf29be8e1
commit
c5a5f6d65e
@ -7,7 +7,7 @@ prometheus-client==0.17.1
|
|||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
websockets==11.0.3
|
websockets==11.0.3
|
||||||
# only required for linux
|
# only required for linux and macos
|
||||||
xvfbwrapper==0.2.9
|
xvfbwrapper==0.2.9; platform_system != "Windows"
|
||||||
# only required for windows
|
# only required for windows
|
||||||
pefile==2023.2.7
|
pefile==2023.2.7; platform_system == "Windows"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user