Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #163 from pmclanahan/switch-to-mysql
Browse files Browse the repository at this point in the history
Remove psycopg2 and add MySQL-python for prod.
  • Loading branch information
pmac committed Jan 19, 2016
2 parents c9d25a0 + 5f9a424 commit 0657489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMD ["bin/run-prod.sh"]

RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential python2.7 libpython2.7 python-dev \
python-pip gettext postgresql-client libpq-dev
python-pip gettext python-mysqldb

# Install app
COPY bin/peep.py bin/peep.py
Expand Down
3 changes: 0 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
-r base.txt

# sha256: as-au751fvddwuzZ2RunSVR5Qauv--af8ghqnjfUkEw
psycopg2==2.6.1

# sha256: mtaymUWPfmv676iQX1JWABc2nYL7j7DtS0GtwEjb8Rw
django-redis==4.2.0

Expand Down

0 comments on commit 0657489

Please sign in to comment.