mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-15 18:16:53 +02:00
Add requirements to setup.py.
This commit is contained in:
parent
3ce2526847
commit
c53b257aaf
2 changed files with 14 additions and 3 deletions
14
setup.py
14
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="roentgen-map",
|
||||
version="0.1.0",
|
||||
version="0.1.1",
|
||||
packages=["roentgen"],
|
||||
url="https://github.com/enzet/Roentgen",
|
||||
project_urls={
|
||||
|
@ -27,4 +27,16 @@ setup(
|
|||
"console_scripts": ["roentgen=roentgen.main:main"],
|
||||
},
|
||||
python_requires=">=3.9",
|
||||
install_requires=[
|
||||
"CairoSVG>=2.5.0",
|
||||
"colour>=0.1.5",
|
||||
"numpy>=1.18.1",
|
||||
"Pillow>=8.2.0",
|
||||
"portolan>=1.0.1",
|
||||
"pycairo",
|
||||
"pytest>=6.2.2",
|
||||
"PyYAML>=4.2b1",
|
||||
"svgwrite>=1.4",
|
||||
"urllib3>=1.25.6",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue