Merge "Use environment markers for platform-specific modules"
This commit is contained in:
commit
21b524d1d2
@ -1,4 +0,0 @@
|
|||||||
pywin32
|
|
||||||
comtypes
|
|
||||||
wmi
|
|
||||||
tzlocal
|
|
@ -10,5 +10,8 @@ Babel>=1.3
|
|||||||
oauthlib
|
oauthlib
|
||||||
netifaces
|
netifaces
|
||||||
PyYAML
|
PyYAML
|
||||||
tzlocal
|
|
||||||
requests
|
requests
|
||||||
|
pywin32;sys_platform=="win32"
|
||||||
|
comtypes;sys_platform=="win32"
|
||||||
|
wmi;sys_platform=="win32"
|
||||||
|
tzlocal;sys_platform=="win32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user