-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (34 loc) · 753 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (34 loc) · 753 Bytes
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
[project]
name = "cloudgit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anyio==4.4.0",
"attrs==24.2.0",
"certifi==2024.8.30",
"cffi==1.17.1",
"cmd2==2.4.3",
"cryptography==43.0.1",
"exceptiongroup==1.2.2",
"gnureadline>=8.2.13",
"h11==0.14.0",
"httpcore==1.0.5",
"httpx==0.27.2",
"idna==3.10",
"libtmux==0.37.0",
"loguru==0.7.2",
"markdown-it-py==3.0.0",
"mdurl==0.1.2",
"pycparser==2.22",
"pyfiglet==1.0.2",
"pygments==2.18.0",
"pyperclip==1.9.0",
"pyyaml==6.0.2",
"rich==13.8.1",
"sniffio==1.3.1",
"tinydb==4.8.2",
"typing-extensions==4.12.2",
"wcwidth==0.2.13",
]