forked from InfinityZ25/token-meter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (39 loc) · 919 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
[tool.poetry]
name = "token-meter"
version = "0.1.0"
description = "a template repo for llm related tooling"
authors = ["jcedeno-aseprob <jcedeno@aseprob.com>"]
license = "MIT, but $20/m if commercial"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
attrs = "24.2.0"
certifi = "2024.8.30"
charset-normalizer = "3.3.2"
colorama = "0.4.6"
h11 = "0.14.0"
idna = "3.10"
markdown-it-py = "3.0.0"
mdurl = "0.1.2"
outcome = "1.3.0.post0"
packaging = "24.1"
pillow = "10.4.0"
pygments = "2.18.0"
pysocks = "1.7.1"
python-dotenv = "1.0.1"
requests = "2.32.3"
rich = "13.8.1"
selenium = "4.25.0"
sniffio = "1.3.1"
sortedcontainers = "2.4.0"
trio = "0.26.2"
trio-websocket = "0.11.1"
typing-extensions = "4.12.2"
urllib3 = "2.2.3"
validators = "0.34.0"
webdriver-manager = "4.0.2"
websocket-client = "1.8.0"
wsproto = "1.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"