Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoqing committed Feb 6, 2022
1 parent 040f5cf commit 344f031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
miss-hit-core==0.9.30
miss-hit-core>=0.9.30
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import sys
import setuptools

import miss_hit_core.version

with open("README.md", "r") as fd:
long_description = fd.read()

Expand All @@ -19,7 +17,7 @@
url="https://translate.mat2py.org",
license="GNU Affero General Public License v3",
packages=["mh_python"],
install_requires=["miss_hit_core==%s" % miss_hit_core.version.VERSION],
install_requires=["miss_hit_core>=0.9.30"],
python_requires=">=3.6, <4",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 344f031

Please sign in to comment.