We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c3a06 + 9f08bca commit 7a1d84eCopy full SHA for 7a1d84e
setup.py
@@ -25,7 +25,8 @@
25
package_data={'': ['LICENSE']},
26
install_requires=[
27
'msal>=0.4.1,<2.0.0',
28
- 'portalocker~=1.6',
+ "portalocker~=1.6;platform_system=='Windows'",
29
+ "portalocker~=1.0;platform_system!='Windows'",
30
"pathlib2;python_version<'3.0'",
31
## We choose to NOT define a hard dependency on this.
32
# "pygobject>=3,<4;platform_system=='Linux'",
0 commit comments