Skip to content

Commit

Permalink
Postgres support: Added psycopg2 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Dec 1, 2019
1 parent 1a048c6 commit f5e14be
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 30 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ whois = "*"
ovh = "*"
python-dateutil = "*"
psutil = "*"
psycopg2 = "*"
74 changes: 47 additions & 27 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ovh==0.5.0
psutil==5.6.3
python-dateutil==2.8.0
psutil==5.6.7
psycopg2==2.8.4
python-dateutil==2.8.1
pytz==2019.3
six==1.12.0
six==1.13.0
tornado==5.1.1
whois==0.9.4

0 comments on commit f5e14be

Please sign in to comment.