-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
executable file
·50 lines (46 loc) · 1.52 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[tool.poetry]
name = "polaroid"
version = "0.3.3"
description = "Hyper Fast and safe image manipulation for python. Powered by rust."
license="MIT"
readme="README.md"
documentation="https://polaroid.rtfd.io"
homepage="https://github.com/Daggy1234/polaroid"
authors = ["Arnav Jindal <[email protected]>"]
classifiers=[
"Intended Audience :: Developers",
'License :: OSI Approved :: MIT License',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Rust',
"Operating System :: OS Independent",
'Natural Language :: English',
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
'Topic :: Internet',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"
setuptools-rust = "^0.11.3"
Pillow = "^8.0.1"
Wand = "^0.6.3"
autopep8 = "^1.5.4"
maturin = "^0.10.4"
matplotlib = "^3.4.2"
Sphinx = "^3.5.4"
recommonmark = "^0.7.1"
nbsphinx = "^0.8.6"
semantic-version = "^2.8.5"
setuptools = "^57.0.0"
wheel = "^0.36.2"
sphinx-book-theme = "^0.1.0"
[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]