-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
41 lines (39 loc) · 1.63 KB
/
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
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "tsunami"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
repository = "https://github.com/dvilelaf/tsunami"
keywords = [ "autonomy", "autonomous", "autonolas", "service", "multi", "agent",]
classifiers = [ "Environment :: Console", "Environment :: Web Environment", "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: Unix", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Communications", "Topic :: Internet", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: System",]
[[tool.poetry.packages]]
include = "packages"
[tool.poetry.dependencies]
python = "<4.0,>=3.10"
open-autonomy = "==0.14.12"
open-aea = "==1.52.0"
open-aea-ledger-ethereum = "==1.52.0"
typing_extensions = ">=3.10.0.2"
toml = "==0.10.2"
tomte = {version = "==0.2.17", extras = ["cli", "tests"]}
black = "==24.2.0"
isort = "==5.13.2"
peewee = "==3.17.5"
llama-cpp-python = "==0.2.56"
huggingface-hub = "==0.21.4"
twitter-text-parser = "==3.0.0"
grpcio = "==1.53.0"
farcaster = "==0.7.11"
asn1crypto = "<1.5.0,>=1.4.0"
open-aea-ledger-cosmos = "==1.52.0"
tweepy = "==4.14.0"
py-ecc = "==6.0.0"
pytz = "==2022.2.1"
requests = "==2.28.1"
openapi-core = "==0.15.0"
openapi-spec-validator = "<0.5.0,>=0.4.0"
twikit = "^2.1.3"