-
Notifications
You must be signed in to change notification settings - Fork 15
/
Pipfile
51 lines (46 loc) · 904 Bytes
/
Pipfile
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
45
46
47
48
49
50
51
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[description]]
name = "vldc-bot"
version = "0.8.8"
description = "VLDC nyan bot ^_^"
authors = [
#tg
"@egregors",
"@cpro29a",
"@lamak",
"@getjump",
"@zemlya25",
"@moonbaseDelta",
"@Grawl",
"@aggyomfg",
"@alex_sutulov"
]
[dev-packages]
flake8 = "==4.0.1"
pylint = "==3.0.0-a4"
pytest = "==7.4.2"
mypy = "0.790"
ptvsd = "4.3.2"
black = "==22.8.0"
autopep8 = "==1.6.0"
[packages]
python-telegram-bot = "==13.14"
pymongo = "==4.5.0"
grpcio = "==1.58.0"
google-cloud-translate = "==3.12.0"
google-cloud-speech = "==2.21.0"
sentry-sdk = "==1.31.0"
Pillow = "==10.0.1"
toml = "==0.10.2"
pip-install = "==1.3.5"
aiohttp = "==3.8.5"
openai = "==1.6.1"
typing-extensions = "==4.8.0"
google-generativeai = "==0.3.2"
[requires]
python_version = "3.10.7"
[pipenv]
allow_prereleases = true