Skip to content

Commit

Permalink
installation: add invenio-stats from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jul 18, 2018
1 parent bfdcf69 commit 873d918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 873d918

Please sign in to comment.