forked from ComposioHQ/composio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (30 loc) · 620 Bytes
/
Pipfile
File metadata and controls
32 lines (30 loc) · 620 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = ">=2.31.0,<3"
jsonschema = ">=4.21.1,<5"
beaupy = ">=3.7.2,<4"
termcolor = ">=2.4.0,<3"
pydantic = ">=2.6.4,<3"
openai = ">=1.3.0"
rich = ">=13.7.1,<14"
importlib-metadata = ">=4.8.1"
cloup = ">=3.0.0"
pyperclip = ">=1.8.2,<2"
simple-parsing = ">=0.1.5"
docker = ">=7.1.0"
gymnasium = ">=0.29.1"
pyyaml = ">=6.0.1"
[dev-packages]
black = ">=24.1.1"
isort = ">=5.13.2"
pytest = "==7.4.2"
tox = "==4.6.3"
build = ">=1.2.1"
twine = ">=5.0.0"
semver = ">=3.0.2"
setuptools = ">=69.5.1"
sentry-sdk = ">=2.0.0"
ipykernel = "*"