mirror of https://github.com/captn3m0/pystitcher
[deps] Add dependencies
parent
b4f228a948
commit
c2914dd000
|
@ -38,12 +38,12 @@ package_dir =
|
|||
# Require a min/specific Python version (comma-separated conditions)
|
||||
python_requires = >=3.6
|
||||
|
||||
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
|
||||
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
|
||||
# new major versions. This works if the required packages follow Semantic Versioning.
|
||||
# For more information, check out https://semver.org/.
|
||||
install_requires =
|
||||
importlib-metadata; python_version<"3.8"
|
||||
python-pdfbox>=0.1.8.1
|
||||
PyPDF2>=1.26.0
|
||||
Markdown>=3.3.4
|
||||
html5>=0.0.9
|
||||
|
||||
|
||||
[options.packages.find]
|
||||
|
|
Loading…
Reference in New Issue