-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
58 lines (58 loc) · 1.33 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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras pyproject.toml
#
azure-core==1.32.0
# via azure-storage-blob
azure-storage-blob==12.20.0
# via bulk-data-service (pyproject.toml)
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
# via azure-storage-blob
idna==3.10
# via requests
importlib-metadata==8.5.0
# via yoyo-migrations
isodate==0.7.2
# via azure-storage-blob
prometheus-client==0.20.0
# via bulk-data-service (pyproject.toml)
psycopg==3.1.18
# via bulk-data-service (pyproject.toml)
psycopg-binary==3.1.18
# via psycopg
psycopg-pool==3.2.4
# via psycopg
pycparser==2.22
# via cffi
requests==2.31.0
# via
# azure-core
# bulk-data-service (pyproject.toml)
six==1.17.0
# via azure-core
sqlparse==0.5.3
# via yoyo-migrations
tabulate==0.9.0
# via yoyo-migrations
toml==0.10.2
# via bulk-data-service (pyproject.toml)
typing-extensions==4.12.2
# via
# azure-core
# azure-storage-blob
# psycopg
# psycopg-pool
urllib3==2.3.0
# via requests
yoyo-migrations==9.0.0
# via bulk-data-service (pyproject.toml)
zipp==3.21.0
# via importlib-metadata