Skip to content

Commit 8dea354

Browse files
author
Adam Tal
committed
Add psycopg2
1 parent 7f311f8 commit 8dea354

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.idea/*
2-
2+
venv/*

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
psycopg2==2.8.4

Diff for: schema_change_explainer.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
if __name__ == '__main__':
5+
print(f'HELLO')

0 commit comments

Comments
 (0)