-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
104 lines (59 loc) · 1.26 KB
/
requirements.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#### optional
# git+https://github.com/vstinner/greenlet@py313
greenlet==3.1.1
wrapt>=1.14.1
pyyaml==6.0.2
anyio==4.8.0
sniffio==1.3.1
jinja2==3.1.5
cryptography==44.0.0 # @omlish-venv !13t
### compress:
lz4==4.3.3
# git+https://github.com/wrmsr/python-lz4@wrmsr_20240830_GIL_NOT_USED
python-snappy==0.7.3 # @omlish-venv !13t # segfault
zstandard==0.23.0 # @omlish-venv !13t
brotli==1.1.0
### db:
sqlalchemy[asyncio]==2.0.37
## sql
pg8000==1.31.2
#> psycopg2==2.9.10
#> psycopg==3.2.2
#> mysql-connector-python==9.1.0
#> mysqlclient==2.2.5; sys_platform == "darwin" # brew install mysql pkg-config
pymysql==1.1.1
# git+https://github.com/wrmsr/sqlean.py.git
# pyhive
## caches
# pymemcache
# redis
## config
# kazoo
### diag:
psutil==6.1.1
### serde:
## json
#> ujson==5.10.0
orjson==3.10.14 # @omlish-venv !13t # bug 'uninitialized object'
## pickle
cloudpickle==3.1.0
## other
cbor2==5.6.5
# msgpack
### misc
# billiard
# numpy
# python-dateutil
### web
h11==0.14.0
h2==4.1.0
priority==2.0.0
wsproto==1.2.0
httpx[http2]==0.28.1 # FIXME: ,zstd,cli (dev only)
### async
trio==0.28.0
trio-asyncio==0.15.0
aiomysql==0.2.0
aiosqlite==0.20.0
asyncpg==0.30.0 # @omlish-venv !13t # won't build
asyncssh==2.19.0 # @omlish-venv !13t # cffi