forked from anki-code/xontrib-rc-awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
44 lines (37 loc) · 990 Bytes
/
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
[tool.poetry]
name = "xonsh-rc-rit"
version = "0.1.0"
description = "🐚 My Xonsh RC"
authors = ["RitikShah <[email protected]>"]
license = "MIT"
readme = "README.md"
[[tool.poetry.packages]]
include = "xontrib/*.xsh"
[[tool.poetry.packages]]
include = "xontrib/*.py"
[tool.poetry.dependencies]
python = "^3.10"
xonsh = {version= "^0.13.4", extras= ["full"] }
pandas = "^2.0.0"
hunter = "^3.5.1"
nbtlib = "1.12.1"
xonsh-vox-tabcomplete = "^0.5"
xontrib-abbrevs = "^0.0.1"
xontrib-avox-poetry = "^0.3.3"
xontrib-bashisms = "^0.0.5"
xontrib-cd = "^0.3.0"
xontrib-debug-tools = "^0.0.1"
xontrib-homebrew = "^0.2.1"
xontrib-jedi = "^0.0.2"
xontrib-langenv = "^1.2.1"
xontrib-mod = "^0.1.0"
xontrib-onepath = "^0.3.2"
xontrib-prompt-starship = "^0.3.4"
xontrib-readable-traceback = "^0.4.0"
xontrib-sh = "^0.3.0"
xontrib-vox = "^0.0.1"
xontrib-whole-word-jumping = "^0.0.1"
xontrib-xlsd = "^0.1.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"