Skip to content

Commit 394eb5d

Browse files
committed
DBのバージョンを上げると動かないので戻した。
1 parent 7e0c08f commit 394eb5d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytz = "==2020.1"
1313
requests = "==2.23.0"
1414
slackbot = "==0.5.6"
1515
Pillow = ">=7.1.2"
16-
pg8000 = "==1.15.2"
16+
pg8000 = "==1.13.2"
1717

1818
[requires]
1919
python_version = "3.8"

Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616
user=conf.DB_USER,
1717
password=conf.DB_PASSWORD,
1818
port=conf.DB_PORT,
19-
ssl=False,
19+
ssl=conf.DB_SSL,
2020
database=conf.DB_NAME
2121
)
2222
except:

0 commit comments

Comments
 (0)