From bd09c5feb310d7ab10641e2319b8ef4f9f77cf5b Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Sun, 30 Jun 2019 22:36:45 -0400 Subject: [PATCH] Stop re-installing some libraries (#3466) * Stop re-installing some libraries We're not sure what the rhyme or reason for this is, but our deploy process is reinstalling older versions of some libraries on top of newer versions, and tripping up a shared filesystem bug (https://github.com/magfest/reggie-formula/issues/16). This changes some of the libraries we found that did this, though this likely doesn't catch them all. * Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index befbf6521..d3fa6645e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -cherrypy==17.3.0 +cherrypy==18.1.2 celery==4.1.1 python-dateutil==2.6.0 psycopg2==2.7.3.2 py3k-bcrypt==0.3 stripe==1.25.0 -pytz==2017.2 +pytz>=2017.2 alembic==0.9.1 treepoem==1.0.1 email_validator==1.0.2 phonenumbers==8.8.1 -pockets==0.6.2 +pockets>=0.6.2 residue==0.2.8 XlsxWriter==1.0.2 uszipcode==0.1.3