-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
52 lines (47 loc) · 1.01 KB
/
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
52
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.13"
[dev-packages]
autopep8 = "==2.3.1"
requests-mock = "==1.12.1"
pylint = "==3.3.2"
sqlfluff = "==3.2.5"
mypy = "==1.13.0"
flake8 = "==7.1.1"
isort = "==5.13.2"
pre-commit = "==4.0.1"
importlib-metadata = "==8.5.0"
toml = "==0.10.2"
types-toml = "==0.10.8.20240310"
pyink = "==24.10.0"
[packages]
python-dotenv = "==1.0.1"
requests = "==2.32.3"
Pillow = ">=7.1.2"
opencv-python = "==4.10.0.84"
pyperclip = "==1.9.0"
click = "==8.1.7"
slack-bolt = "==1.21.3"
slack-sdk = "==3.33.5"
gitpython = "==3.1.43"
pandas = "==2.2.3"
matplotlib = "==3.9.3"
openai = "==1.57.1"
"discord.py" = "==2.4.0"
"misskey.py" = "==4.1.0"
websockets = "==14.1"
flask = "==3.1.0"
markupsafe = "==3.0.2"
numpy = "==2.2.0"
emoji = "==2.14.0"
puremagic = "==1.28"
audioop-lts = "==0.2.1"
[packages.psycopg]
extras = [ "binary", "pool",]
version = "==3.2.3"
[packages.sudden-death]
git = "https://github.com/dev-hato/sudden-death"
ref = "master"