-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
50 lines (47 loc) · 1.28 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
[project]
name = "coghenttoiletpaper"
version = "0.1.0"
description = ""
authors = [{ name = "Wouter Devriese", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"anytree >= 2.8.0",
"nltk >= 3.8.1",
"numpy >= 1.24.1",
"pandas >= 1.5.2",
"pillow >= 9.4.0",
"pip >= 22.3.1",
"requests >= 2.28.2",
"svglue >= 0.3.0",
"svgutils >= 0.3.4",
"tabulate >= 0.9.0",
"finite-state-machine >= 0.5.0",
"pylodstorage >= 0.4.9",
"drawsvg >= 1.9.0",
"adafruit-circuitpython-motorkit >= 1.6.11",
"board >= 1.0",
"sshkeyboard >= 2.3.1",
"supabase >= 0.7.1",
"python-dotenv >= 0.21.1",
"natsort >= 8.2.0",
"pycairo >= 1.23.0",
"opencv-python >= 4.10",
"linedraw@git+https://github.com/devriesewouter89/linedraw.git@master"
#python -m pip install https://cdn.evilmadscientist.com/dl/ad/public/AxiDraw_API.zip
]
#
#
#[build-system]
#requires = ["poetry-core"]
#build-backend = "poetry.core.masonry.api"
#[build-system]
#build-backend = "flit_core.buildapi"
#requires = ["flit_core >=3.2,<4"]
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[tool.setuptools]
packages.find = { }
include-package-data = true