Skip to content

Commit

Permalink
Remove unnecessary dependency and upgrade to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
affjljoo3581 committed Sep 19, 2020
1 parent 6f2dc27 commit bcb9b9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='canrevan',
version='3.0.1',
version='3.0.2',

author='Jungwoo Park',
author_email='[email protected]',
Expand All @@ -25,8 +25,7 @@
'tqdm>=4.46.0',
'bs4',
'lxml>=4.5.1',
'aiohttp',
'langumo'
'aiohttp'
],

entry_points={
Expand Down

0 comments on commit bcb9b9e

Please sign in to comment.