Skip to content

Commit

Permalink
Fixes packages for installation on digital-ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
fako committed Aug 19, 2018
1 parent 4ebd830 commit a34c0d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions datascope/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ django-extensions==1.9.0
Sphinx==1.3.1
sphinx-rtd-theme==0.1.8
pipdeptree==0.10.1

https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.0.0/en_core_web_md-2.0.0.tar.gz
12 changes: 6 additions & 6 deletions datascope/requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Django==1.11.7
mysqlclient==1.3.7
sqlparse==0.1.18 # raw sql queries
sqlparse==0.2.0 # raw sql queries
URLObject==2.4.0
celery==4.1.1
git+https://github.com/fako/django-json-field.git
djangorestframework==3.6.4
requests==2.18.4
six==1.9.0
six==1.11.0
jsonschema==2.4.0
beautifulsoup4==4.6.0
numpy==1.13.1
numpy==1.15.0
pandas==0.20.3
humanize==0.5.1
spacy==2.0.10
spacy==2.0.0
spacy-arguing-lexicon==0.0.2
scipy==1.1.0
scikit-learn==0.19.1

# SpaCy language models
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.0.0/en_core_web_md-2.0.0.tar.gz
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.0.0/en_core_web_sm-2.0.0.tar.gz
https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-2.0.0/nl_core_news_sm-2.0.0.tar.gz

# Celery plugins
Expand All @@ -35,4 +35,4 @@ IndicoIo==0.15.4
raven==6.3.0
ipdb==0.8
ipython==6.1.0
mock==1.0.1
mock==1.3.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "datascope",
"version": "0.6.0"
"version": "0.6.1"
}
Empty file added topic_research/__init__.py
Empty file.

0 comments on commit a34c0d1

Please sign in to comment.