Skip to content

Commit

Permalink
#570 Bump python to 3.7 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemijRodionov authored Sep 14, 2018
1 parent 9399dd6 commit b347fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
# contains refarm-site modules
- $DEPS_DIR
# Thus, you can work with apps related to the refarm-site
#- $REFARM_DIR/search:/root/.local/lib/python3.6/site-packages/search
#- $REFARM_DIR/search:/root/.local/lib/python3.7/site-packages/search

nodejs:
image: fidals/se-nodejs:dev
Expand Down
2 changes: 1 addition & 1 deletion docker/drone_env/.env
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FTP_IP=37.18.77.165
YANDEX_SHOP_PASS=pass
EMAIL_HOST_PASSWORD=pass
# Identify the dependencies folder
DEPS_DIR=/usr/local/lib/python3.6/site-packages
DEPS_DIR=/usr/local/lib/python3.7/site-packages
# Identify the source folder
SRC_DIR=/usr/app/src
SRC_DIR_PROD=/home/andre/prog/shopelectro
Expand Down
2 changes: 1 addition & 1 deletion docker/images/python/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:slim
FROM python:3.7-slim

RUN apt-get update \
# wget is needed for working with ftp
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-mptt==0.8.7
django-widget-tweaks
ipython
openpyxl==2.5.2
psycopg2-binary==2.7.4
psycopg2-binary==2.7.5
requests
selenium==3.11.0
selenium-requests==1.3
Expand Down

0 comments on commit b347fd9

Please sign in to comment.