Skip to content

Commit

Permalink
Merge pull request #223 from FJNR-inc/rollback-psycog2_change
Browse files Browse the repository at this point in the history
rollback psycog2 changes
  • Loading branch information
RignonNoel authored Oct 10, 2019
2 parents b925309 + 9aaff81 commit 40ff8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN echo 'export PS1="\[\e[36m\]blitz_shell>\[\e[m\] "' >> /root/.bashrc
COPY requirements.txt /requirements.txt
COPY requirements-dev.txt /requirements-dev.txt

RUN yum update -y && yum install -y postgresql-devel python3-devel
# Virtualenv created for zappa
RUN virtualenv ~/ve
RUN source ~/ve/bin/activate \
Expand All @@ -22,4 +21,4 @@ RUN mkdir -p /opt/project

WORKDIR /opt/project

CMD ["bash"]
CMD ["bash"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python-decouple==3.1
django-storages==1.7.2
dj_database_url==0.5.0
zappa==0.48.2
psycopg2==2.8.3
psycopg2==2.7.5
django-safedelete==0.5.2
-e git+https://github.com/Rhumbix/django-request-logging.git@9342ee6064e678fd162418b142d781550d23101c#egg=django_request_logging
-e git+https://github.com/deschler/django-modeltranslation.git@c8bda494a8cd36b393811552aeee71faf86d7438#egg=django-modeltranslation
Expand Down

0 comments on commit 40ff8c9

Please sign in to comment.