Skip to content

Commit 14c1937

Browse files
committed
add lock file for CI
1 parent 9216ec0 commit 14c1937

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

requirements-lock.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
4+
#
5+
# pip-compile --all-extras --output-file=requirements-lock.txt --strip-extras pyproject.toml
6+
#
7+
duckdb==1.4.5
8+
# via mimic_utils (pyproject.toml)
9+
exceptiongroup==1.3.1
10+
# via pytest
11+
iniconfig==2.1.0
12+
# via pytest
13+
numpy==2.0.2
14+
# via
15+
# mimic_utils (pyproject.toml)
16+
# pandas
17+
packaging==26.2
18+
# via pytest
19+
pandas==2.3.3
20+
# via mimic_utils (pyproject.toml)
21+
pluggy==1.6.0
22+
# via pytest
23+
psycopg2-binary==2.9.12
24+
# via mimic_utils (pyproject.toml)
25+
pygments==2.20.0
26+
# via pytest
27+
pytest==8.4.2
28+
# via mimic_utils (pyproject.toml)
29+
python-dateutil==2.9.0.post0
30+
# via pandas
31+
pytz==2026.2
32+
# via pandas
33+
six==1.17.0
34+
# via python-dateutil
35+
sqlglot==30.11.0
36+
# via mimic_utils (pyproject.toml)
37+
tomli==2.4.1
38+
# via pytest
39+
tqdm==4.68.3
40+
# via mimic_utils (pyproject.toml)
41+
typing-extensions==4.16.0
42+
# via exceptiongroup
43+
tzdata==2026.2
44+
# via pandas

0 commit comments

Comments
 (0)