Skip to content

Commit

Permalink
Stop re-installing some libraries (#3466)
Browse files Browse the repository at this point in the history
* 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 (magfest/reggie-formula#16). This changes some of the libraries we found that did this, though this likely doesn't catch them all.

* Update requirements.txt
  • Loading branch information
kitsuta authored and EliAndrewC committed Jul 1, 2019
1 parent a64696c commit bd09c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd09c5f

Please sign in to comment.