Skip to content

Commit

Permalink
Stop re-installing some libraries
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kitsuta authored Jul 1, 2019
1 parent a64696c commit d88d3cc
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>=17.3.0
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 d88d3cc

Please sign in to comment.