From 30f72975f7f1d1e03cf00e4474ea80e6d6c6ef93 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 7 Feb 2020 11:45:31 -0500 Subject: [PATCH] win32 not windows --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index be4fdeb3..e98a9833 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,4 +7,4 @@ google-auth google-auth-httplib2 google-auth-oauthlib>=0.4.1 httplib2>=0.13.0 -passlib>=1.7.2; sys_platform == 'windows' +passlib>=1.7.2; sys_platform == 'win32'