Skip to content

Commit

Permalink
Added psycopg2-binary to requirements and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
patdaburu committed May 21, 2018
1 parent 7ecd0e9 commit 514a42e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dbgdb

This is a library containing [Luigi](http://luigi.readthedocs.io/en/stable/index.html) tasks for loading data into (and extracting data from) your GIS databases. The library also comes with a command-line interface based on [Click](http://click.pocoo.org/5/) that can be helpful for running tasks individually.
This is a library containing [Luigi](http://luigi.readthedocs.io/en/stable/index.html) tasks to help you get that data into (and out of) your GIS databases. The library also comes with a command-line interface based on [Click](http://click.pocoo.org/5/) that can be helpful for running tasks individually.

## Getting Started

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ luijo>=0.0.17,<0.1
mock>=2.0.0,<3
parameterized>=0.6.1,<1
pip-check-reqs>=2.0.1,<3
psycopg2-binary>=2.7.4,<3
pylint>=1.8.4,<2
pytest>=3.4.0,<4
pytest-cov>=2.5.1,<3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'addict>=2.1.3,<3',
'click>=6.7,<7',
'luigi>=2.7.5,<3',
'luijo>=0.0.17,<0.1'
'luijo>=0.0.17,<0.1',
'psycopg2-binary>=2.7.4,<3'
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 514a42e

Please sign in to comment.