-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
53 lines (50 loc) · 1.06 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
51
52
53
[tool.poetry]
name = "borley"
version = "0.1.0"
description = "my workspace"
authors = ["borley1211 <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.19.0"
poetry = "^1.0.9"
ptpython = "^3.0.2"
py = "^1.8.2"
pydocstyle = "^6.0.0"
pytest = "^7.0.0"
python-dateutil = "^2.8.1"
python-jsonrpc-server = "^0.4.0"
regex = "^2022.0.0"
requests = "^2.24.0"
requests-toolbelt = "*"
scipy = "^1.5.0"
six = "^1.15.0"
sounddevice = "^0.4.0"
Cython = "^3.0.0"
ipython_genutils = "^0.2.0"
Pillow = "^10.0.1"
pygments = "^2.6.1"
PySoundFile = "^0.9.0"
PyYAML = "^5.3.1"
hatch = "^1.0.0"
youtube-dl = "^2021.0.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
flake8 = "^6.0.0"
ipykernel = "^6.0.0"
ipywidgets = "^8.0.0"
isort = "^5.0.0"
jedi = "^0.19.0"
jupyter = "^1.0.0"
jupyterlab = "^4.0.0"
jupyterlab-black = "^0.2.1"
mypy = "^1.0.0"
neovim = "^0.3.1"
notebook = "^7.0.0"
nptyping = "^2.0.0"
vim-vint = "^0.3.21"
yapf = "^0.40.0"
python-language-server = "^0.36.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"