summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-11 18:24:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-11 18:24:59 -0400
commitc51f8d9144799a9423ad50456db92bff82cc3e2c (patch)
tree884ddf53e7ba5254d21582b1995eb59ac7fd6a7b /setup.cfg
parentabaedb12365f879e2fc4c1b9a7a8b8eeb97dc775 (diff)
downloadsqlalchemy-c51f8d9144799a9423ad50456db92bff82cc3e2c.tar.gz
add all the machine names in uppercase
windows seems to be returning the name in uppercase, we might have to revert this whole thing if things continue to not work Change-Id: I365a07e3521f9f43a3d9d5f93da7788a8a052ff0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 05feeae6a..12312ee88 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ package_dir =
install_requires =
importlib-metadata;python_version<"3.8"
- greenlet != 0.4.17;python_version>="3" and platform_machine in 'x86_64 aarch64 ppc64le amd64 win32'
+ greenlet != 0.4.17;python_version>="3" and platform_machine in 'x86_64 X86_64 aarch64 AARCH64 ppc64le PPC64LE amd64 AMD64 win32 WIN32'
[options.extras_require]
asyncio =