-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (23 loc) · 1.31 KB
/
requirements.txt
File metadata and controls
28 lines (23 loc) · 1.31 KB
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
## Others
requests==2.32.5
urllib3 # required by requests, used in imports: make sure it's always available
packaging==26.0
python-dotenv==1.2.1
setuptools==79.0.1 # warning: setuptools>=80 breaks easy_install, need to find an alternative not to break installs
# see https://community.palantir.com/t/important-update-on-setuptools-pinning-the-version-below-80-0-0/3872
cachetools==6.2.6 # pyiceberg 0.10.0 requires cachetools<7.0,>=5.5
# Community
standard-imghdr==3.13.0 # required by pgpy for image handling
pgpy==0.6.0
# Error tracking
sentry-sdk==2.56.0 # always make sure sentry_aiohttp_transport.py keep working
# Supabase ensure supabase_backend_tests keep passing when updating any of those
supabase==2.27.2 # Supabase client
supabase_auth # Supabase authenticated API (required by supabase and enforced to allow direct import)
postgrest # Supabase posgres calls (required by supabase and enforced to allow direct import)
websockets==15.0.1 # used by supabase, a recent version is required, see https://github.com/supabase/realtime-py/blob/main/pyproject.toml
# async http requests
aiohttp==3.13.3
# updating to aiodns==3.2.0 is incompatible (and failing CI)
# raises RuntimeError: aiodns needs a SelectorEventLoop on Windows. See more: https://github.com/saghul/aiodns/issues/86
aiodns==3.1.1 # used by aiohttp