From 873d918f1692b3e340bffb2a454cafc84b19098f Mon Sep 17 00:00:00 2001 From: Alexander Ioannidis Date: Wed, 18 Jul 2018 11:30:14 +0200 Subject: [PATCH] installation: add invenio-stats from PyPI --- requirements.txt | 5 ++++- setup.py | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 150afea05..4bb1d2109 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,6 @@ # Requirements not on PyPI -e git+https://github.com/zenodo/zenodo-migrator.git#egg=zenodo-migrator --e git+https://github.com/inveniosoftware/invenio-stats.git@counter-sprint#egg=invenio-stats # PyPI requirements alembic==0.9.9 @@ -57,6 +56,7 @@ click==6.7 configparser==3.5.0 contextlib2==0.5.5 cookiecutter==1.6.0 +counter-robots==2018.6 cryptography==2.2.2 datacite==1.0.1 dcxml==0.1.1 @@ -136,6 +136,7 @@ invenio-opendefinition==1.0.0a7 invenio-pidrelations==1.0.0a4 invenio-pidstore==1.0.0 invenio-previewer==1.0.0a11 +invenio-queues==1.0.0a1 invenio-records==1.0.0 invenio-records-files==1.0.0a10 invenio-records-rest==1.0.1 @@ -144,6 +145,7 @@ invenio-rest==1.0.0 invenio-search==1.0.0 invenio-search-ui==1.0.1 invenio-sipstore==1.0.0a7 +invenio-stats==1.0.0a10 invenio-theme==1.0.0 invenio-userprofiles==1.0.0 invenio-webhooks==1.0.0a4 @@ -197,6 +199,7 @@ pycparser==2.18 Pygments==2.2.0 PyJWT==1.6.1 pyOpenSSL==17.5.0 +python-geoip==1.2 python-dateutil==2.7.2 python-editor==1.0.3 python-slugify==1.2.5 diff --git a/setup.py b/setup.py index 9a68e3e44..7d3933a54 100644 --- a/setup.py +++ b/setup.py @@ -149,6 +149,7 @@ 'invenio-rest>=1.0.0', 'invenio-search-ui>=1.0.1', 'invenio-sipstore>=1.0.0a7', + 'invenio-stats>=1.0.0a10', 'invenio-theme>=1.0.0', 'invenio-userprofiles>=1.0.0', 'invenio-webhooks>=1.0.0a4',