Skip to content

Commit

Permalink
add extra require in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur committed Aug 14, 2023
1 parent 6e60583 commit 38e471e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bnlp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.0.0dev2"
__version__ = "4.0.0dev3"


import os
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="bnlp_toolkit",
version="4.0.0dev2",
version="4.0.0dev3",
author="Sagor Sarker",
author_email="sagorhem3532@gmail.com",
description="BNLP is a natural language processing toolkit for Bengali Language",
Expand All @@ -31,4 +31,7 @@
"emoji==1.7.0",
"requests",
],
extras_require={
"fasttext": ["fasttext==0.9.2"],
},
)

0 comments on commit 38e471e

Please sign in to comment.