From 25f25bb166b23ea38374578cd5b038a9408a4a5c Mon Sep 17 00:00:00 2001 From: CoffeeStraw Date: Wed, 6 Feb 2019 18:49:15 +0100 Subject: [PATCH] Updating requirements for ReadTheDocs compatibility --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a9a0d7a..945c9b46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pywin32; platform_system == "Windows" \ No newline at end of file +. \ No newline at end of file diff --git a/setup.py b/setup.py index b4055d07..ff1d2ca4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="An easy way to do KFX and complex typesetting based on subtitle format ASS (Advanced Substation Alpha).", long_description=open('README.md').read(), packages=['pyonfx'], - install_requires=["pywin32"], + install_requires=["pywin32; sys_platform == \"Win32\""], classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Programming Language :: Python',