diff --git a/setup.py b/setup.py index 2f60a81..70db242 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ long_description="Basic python library to interact with ePayco Payment API", install_requires=[ "requests >= 2.4.3", - "pycryptodome >= 2.6.1" if platform.system() == "Windows" else "pycrypto >= 2.6.1", + "pycryptodome >= 2.6.1", "python-dotenv >= 0.19.2" ], -) \ No newline at end of file +)