diff --git a/notebook5_constraints.txt b/notebook5_constraints.txt index cff0ffd..e748a45 100644 --- a/notebook5_constraints.txt +++ b/notebook5_constraints.txt @@ -1 +1,73 @@ -notebook<6 +alembic==1.3.2 +attrs==19.3.0 +backports-abc==0.5 +backports.shutil-get-terminal-size==1.0.0 +bleach==3.1.0 +certifi==2019.11.28 +cffi==1.13.2 +chardet==3.0.4 +Click==7.0 +configparser==4.0.2 +contextlib2==0.6.0.post1 +cryptography==2.8 +decorator==4.4.1 +defusedxml==0.6.0 +entrypoints==0.3 +enum34==1.1.6 +flake8==3.7.9 +funcsigs==1.0.2 +functools32==3.2.3.post2 +futures==3.3.0 +idna==2.8 +importlib-metadata==1.3.0 +ipaddress==1.0.23 +ipykernel==4.10.1 +ipython==5.8.0 +ipython-genutils==0.2.0 +Jinja2==2.10.3 +jsonschema==3.2.0 +jupyter-client==5.3.4 +jupyter-core==4.6.1 +Mako==1.1.0 +MarkupSafe==1.1.1 +mccabe==0.6.1 +mistune==0.8.4 +mock==3.0.5 +more-itertools==5.0.0 +nbconvert==5.6.1 +nbformat==4.4.0 +nose==1.3.7 +nose-ignore-docstring==0.2 +notebook==5.7.8 +pandocfilters==1.4.2 +pathlib2==2.3.5 +pexpect==4.7.0 +pickleshare==0.7.5 +prometheus-client==0.7.1 +prompt-toolkit==1.0.18 +psycopg2==2.8.4 +ptyprocess==0.6.0 +pycodestyle==2.5.0 +pycparser==2.19 +pyflakes==2.1.1 +Pygments==2.5.2 +pyrsistent==0.15.6 +python-dateutil==2.8.1 +python-editor==1.0.4 +pyzmq==18.1.1 +requests==2.22.0 +scandir==1.10.0 +Send2Trash==1.5.0 +simplegeneric==0.8.1 +singledispatch==3.4.0.3 +six==1.13.0 +SQLAlchemy==1.3.12 +terminado==0.8.3 +testpath==0.4.4 +tornado==5.1.1 +traitlets==4.3.3 +typing==3.7.4.1 +urllib3==1.25.7 +wcwidth==0.1.7 +webencodings==0.5.1 +zipp==0.6.0 diff --git a/notebook6_constraints.txt b/notebook6_constraints.txt index 5ed02e4..6120539 100644 --- a/notebook6_constraints.txt +++ b/notebook6_constraints.txt @@ -1 +1,62 @@ -notebook<7 +alembic==1.3.2 +attrs==19.3.0 +backcall==0.1.0 +bleach==3.1.0 +certifi==2019.11.28 +cffi==1.13.2 +chardet==3.0.4 +Click==7.0 +cryptography==2.8 +decorator==4.4.1 +defusedxml==0.6.0 +entrypoints==0.3 +flake8==3.7.9 +idna==2.8 +importlib-metadata==1.3.0 +ipykernel==5.1.3 +ipython==7.9.0 +ipython-genutils==0.2.0 +jedi==0.15.2 +Jinja2==2.10.3 +jsonschema==3.2.0 +jupyter-client==5.3.4 +jupyter-core==4.6.1 +Mako==1.1.0 +MarkupSafe==1.1.1 +mccabe==0.6.1 +mistune==0.8.4 +mock==3.0.5 +more-itertools==8.0.2 +nbconvert==5.6.1 +nbformat==4.4.0 +nose==1.3.7 +nose-ignore-docstring==0.2 +notebook==6.0.2 +pandocfilters==1.4.2 +parso==0.5.2 +pexpect==4.7.0 +pickleshare==0.7.5 +prometheus-client==0.7.1 +prompt-toolkit==2.0.10 +psycopg2==2.8.4 +ptyprocess==0.6.0 +pycodestyle==2.5.0 +pycparser==2.19 +pyflakes==2.1.1 +Pygments==2.5.2 +pyrsistent==0.15.6 +python-dateutil==2.8.1 +python-editor==1.0.4 +pyzmq==18.1.1 +requests==2.22.0 +Send2Trash==1.5.0 +six==1.13.0 +SQLAlchemy==1.3.12 +terminado==0.8.3 +testpath==0.4.4 +tornado==6.0.3 +traitlets==4.3.3 +urllib3==1.25.7 +wcwidth==0.1.7 +webencodings==0.5.1 +zipp==0.6.0 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 703fa7c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,8 +0,0 @@ -SQLAlchemy>=1.0.5 -alembic>=0.7.6 -click>=3.3 -cryptography>=1.4 -psycopg2>=2.6.1 -requests>=2.7.0 -six>=1.9.0 -notebook[test]>=4.0,<6 diff --git a/requirements_test.txt b/requirements_test.txt deleted file mode 100644 index b2c20e2..0000000 --- a/requirements_test.txt +++ /dev/null @@ -1,10 +0,0 @@ -# Test reqs. -tox -nose==1.3.4 -python-dateutil==2.4.2 -nose-ignore-docstring==0.2 -pyflakes==0.9.2 -pep8==1.6.2 -mccabe==0.3.1 -flake8==2.2.5 -mock==2.0.0 diff --git a/setup.py b/setup.py index cf1b411..0f86045 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,6 @@ def read_requirements(basename): def main(): - reqs = read_requirements('requirements.txt') - test_reqs = read_requirements('requirements_test.txt') - setup( name='pgcontents', version='0.6',