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.
1 parent eb93434 commit 15d2f04Copy full SHA for 15d2f04
pyproject.toml
@@ -35,9 +35,9 @@ classifiers = [
35
"Topic :: Software Development :: Libraries :: Python Modules",
36
]
37
dependencies = [
38
- "gnureadline; os_name=='darwin'",
+ "gnureadline; platform_system == 'Darwin'",
39
"pyperclip",
40
- "pyreadline3; os_name=='nt'",
+ "pyreadline3; platform_system == 'Windows'",
41
"wcwidth",
42
43
0 commit comments