From 64070271d96c7f150a1c1ad204d6efa1092d067a Mon Sep 17 00:00:00 2001 From: Luis Mendez <130018122+LASM24@users.noreply.github.com> Date: Sun, 13 Apr 2025 16:02:03 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)