Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

[0.1.12] - 2024-02-09
---------------------

Fixed
~~~~~
* Update requirements to supported versions of packages.


[0.1.11] - 2021-10-28
---------------------

Expand Down
4 changes: 2 additions & 2 deletions data_portal_explorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""Top-level package for Data Portal Explorer."""

__author__ = """Kings Digital Lab"""
__email__ = "jmvieira@gmail.com"
__version__ = "0.1.11"
__email__ = "jose.m.vieira@kcl.ac.uk"
__version__ = "0.1.12"
5 changes: 0 additions & 5 deletions requirements.in

This file was deleted.

50 changes: 5 additions & 45 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
#
certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
ckanapi==4.3
# via -r requirements.in
click==7.0
# via -r requirements.in
docopt==0.6.2
# via ckanapi
idna==2.8
# via requests
numpy==1.18.1
# via pandas
pandas==0.25.3
# via -r requirements.in
python-dateutil==2.8.1
# via pandas
python-slugify==4.0.0
# via ckanapi
pytz==2019.3
# via pandas
requests==2.22.0
# via ckanapi
six==1.14.0
# via
# ckanapi
# python-dateutil
text-unidecode==1.3
# via python-slugify
tqdm==4.41.1
# via -r requirements.in
urllib3==1.25.8
# via requests
xlrd==1.2.0
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
ckanapi>=4,<5
click>=7,<8
pandas<2
tqdm>=4,<5
xlrd>=1.2,<1.3
13 changes: 0 additions & 13 deletions requirements_dev.in

This file was deleted.

166 changes: 11 additions & 155 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,156 +1,12 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements_dev.in
#
alabaster==0.7.12
# via sphinx
argh==0.26.2
# via watchdog
babel==2.8.0
# via sphinx
bleach==3.1.5
# via
# -r requirements_dev.in
# readme-renderer
bumpversion==0.5.3
# via -r requirements_dev.in
certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
ckanapi==4.3
# via -r requirements.in
click==7.0
# via
# -r requirements.in
# pip-tools
coverage==5.0.3
# via -r requirements_dev.in
docopt==0.6.2
# via ckanapi
docutils==0.16
# via
# readme-renderer
# sphinx
entrypoints==0.3
# via flake8
filelock==3.0.12
# via tox
flake8==3.7.9
# via -r requirements_dev.in
idna==2.8
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.10.3
# via sphinx
keyring==21.1.0
# via twine
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via flake8
numpy==1.18.1
# via pandas
packaging==20.0
# via
# bleach
# sphinx
# tox
pandas==0.25.3
# via -r requirements.in
pathtools==0.1.2
# via watchdog
pip-tools==4.4.0
# via -r requirements_dev.in
pkginfo==1.5.0.1
# via twine
pluggy==0.13.1
# via tox
py==1.8.1
# via tox
pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pygments==2.5.2
# via
# readme-renderer
# sphinx
pyparsing==2.4.6
# via packaging
python-dateutil==2.8.1
# via pandas
python-slugify==4.0.0
# via ckanapi
pytz==2019.3
# via
# babel
# pandas
pyyaml==5.3
# via watchdog
readme-renderer==24.0
# via twine
requests==2.22.0
# via
# ckanapi
# requests-toolbelt
# sphinx
# twine
requests-toolbelt==0.9.1
# via twine
six==1.14.0
# via
# bleach
# ckanapi
# packaging
# pip-tools
# python-dateutil
# readme-renderer
# tox
snowballstemmer==2.0.0
# via sphinx
sphinx==2.3.1
# via -r requirements_dev.in
sphinxcontrib-applehelp==1.0.1
# via sphinx
sphinxcontrib-devhelp==1.0.1
# via sphinx
sphinxcontrib-htmlhelp==1.0.2
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.2
# via sphinx
sphinxcontrib-serializinghtml==1.1.3
# via sphinx
text-unidecode==1.3
# via python-slugify
toml==0.10.0
# via tox
tox==3.14.3
# via -r requirements_dev.in
tqdm==4.41.1
# via
# -r requirements.in
# twine
twine==3.1.1
# via -r requirements_dev.in
urllib3==1.25.8
# via requests
virtualenv==16.7.9
# via tox
watchdog==0.9.0
# via -r requirements_dev.in
webencodings==0.5.1
# via bleach
wheel==0.33.6
# via -r requirements_dev.in
xlrd==1.2.0
# via -r requirements.in
-r requirements.txt

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
Sphinx
bumpversion
bleach
coverage
flake8
pip
tox
twine
watchdog
wheel
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.11
current_version = 0.1.12
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
author="Kings Digital Lab",
author_email="jmvieira@pm.me",
author_email="jose.m.vieira@kcl.ac.uk",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -65,6 +65,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/kingsdigitallab/DataPortalExplorer",
version="0.1.11",
version="0.1.12",
zip_safe=False,
)
Loading