Skip to content

Commit

Permalink
🔧 Dependencies refactor and add py 3.9 and 3.10 to supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Feb 8, 2021
1 parent a90a899 commit 4b555ab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ def get_version():
VERSION = get_version()

REQUIRED = [
'cached_property',
'dragonmapper',
'zhon',
'prettytable',
'loguru'
'cached_property>=1.5,<2.0',
'dragonmapper>=0.2,<0.3',
'prettytable>=1.0,<2.0',
'loguru>=0.5,<0.6'
]

EXTRAS = {
Expand Down Expand Up @@ -80,6 +79,8 @@ def get_version():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Text Processing :: Linguistic',
'Topic :: Utilities',
'Programming Language :: Python :: Implementation :: PyPy'
Expand Down

0 comments on commit 4b555ab

Please sign in to comment.