-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject_poetry.tomlBAK
38 lines (35 loc) · 1000 Bytes
/
pyproject_poetry.tomlBAK
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
[tool.poetry]
name = "coghenttoiletpaper"
version = "0.1.0"
description = ""
authors = ["Wouter Devriese <devriese.wouter@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
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.7.0.68"
#linedraw = { git = 'git@github.com:devriesewouter89/linedraw.git', branch = 'master' }
#python -m pip install 'linedraw@git+https://github.com/devriesewouter89/linedraw.git'
#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"