mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Update MANIFEST.in
and update dependency with comment Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
include *.rst
|
||||
include *.cfg
|
||||
include LICENSE
|
||||
include pyproject.toml
|
||||
include .flake8
|
||||
|
||||
@@ -22,13 +22,13 @@ classifiers = [
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"bs4",
|
||||
"bs4", # canonical name is beautifulsoup4
|
||||
"defusedxml",
|
||||
"humanize",
|
||||
"patch>=1.16",
|
||||
"py7zr>=0.20.2",
|
||||
"requests>2.20.0",
|
||||
"semantic_version",
|
||||
"semantic-version",
|
||||
"texttable",
|
||||
]
|
||||
dynamic = ["version", "readme"]
|
||||
|
||||
Reference in New Issue
Block a user