Skip to content

Commit

Permalink
Decoupling pg_config to resolve #6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbolster committed May 18, 2021
1 parent 0f638cb commit b481b0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ watchdog==2.0.2
flake8==3.9.0
tox==3.23.0
coverage==5.5
Sphinx==3.5.2
twine==3.4.1
Click==7.1.2
pytest==6.2.2
pytest-runner==5.3.0
pytest-cov==2.8.1
psycopg2
nbsphinx
sphinxcontrib-apidoc==0.3.0

2 changes: 2 additions & 0 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ sphinx-autodoc-typehints==1.10.3
autoapi==2.0.1
Click==7.1.2
sphinx-autoapi==1.7.0
nbsphinx
sphinxcontrib-apidoc==0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['Click>=7.0', 'boto3>=1.0.0', 'psycopg2', 'tqdm', 'bs4']
requirements = ['Click>=7.0', 'boto3>=1.0.0', 'psycopg2-binary', 'tqdm', 'bs4']

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit b481b0a

Please sign in to comment.