-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (46 loc) · 1.03 KB
/
pyproject.toml
File metadata and controls
49 lines (46 loc) · 1.03 KB
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
[project]
name = "dotfiles"
version = "0.1.0"
description = "A rug for all my dotfiles, configs, scripts, etc"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chardet>=5.2.0",
"debugpy>=1.8.11",
"httpx>=0.28.1",
"ipykernel>=6.29.5",
"ipython>=9.0.2",
"isort>=6.0.1",
"iterm2>=2.9",
"jupynium>=0.2.6",
"keyring>=25.6.0",
"keyrings-cryptfile>=1.3.9",
"langchain>=1.2.10",
"langchain-anthropic>=1.3.4",
"langchain-openai>=1.1.10",
"matplotlib>=3.10.8",
"neovim>=0.3.1",
"openai>=1.58.1",
"opencv-python>=4.12.0.88",
"pillow>=11.3.0",
"pynvim>=0.5.2",
"pyperclip>=1.9.0",
"pytest>=8.4.1",
"pytest-watch>=4.2.0",
"rich>=13.9.4",
"rope>=1.13.0",
"ruff>=0.11.8",
"setuptools>=80.9.0",
"tiktoken>=0.9.0",
"transformers>=4.52.4",
"ty>=0.0.1a13",
"typer>=0.15.3",
"yapf>=0.43.0",
]
[project.optional-dependencies]
macos = [
"pyobjc-framework-dictionaryservices>=12.1",
]
#
# [tool.ruff.format]
# quote-style = "single"