Skip to content

Commit

Permalink
Merge pull request #6 from akb89/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
akb89 authored Nov 17, 2018
2 parents 467f72b + 1cd4848 commit 087f515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='akb@3azouz.net',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.5',
version='0.1.7',
url='https://github.com/akb89/witokit',
download_url='https://pypi.org/project/witokit/#files',
license='MIT',
Expand All @@ -31,12 +31,12 @@
'witokit = witokit.main:main'
],
},
install_requires=['PyYAML==3.13', 'wikiextractor==3.0.3', 'spacy==2.0.16',
'en_core_web_sm==2.0.0', 'natsort==5.4.1',
install_requires=['PyYAML==3.13', 'wikiextractor==3.0.3', 'spacy-nightly==2.1.0a1',
'en_core_web_sm==2.1.0a0', 'natsort==5.4.1',
'beautifulsoup4==4.6.3'],
dependency_links=[
'https://github.com/akb89/wikiextractor/tarball/master#egg=wikiextractor-3.0.3',
'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/en_core_web_sm-2.1.0a0/en_core_web_sm-2.1.0a0.tar.gz'],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 087f515

Please sign in to comment.