Skip to content

Commit f6843f2

Browse files
authored
Merge pull request #23 from redjax/chore/bump-depends
Export requirements*.txt
2 parents e05ba75 + 1af9ea5 commit f6843f2

File tree

2 files changed

+194
-0
lines changed

2 files changed

+194
-0
lines changed

requirements.dev.txt

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --no-hashes --only-dev -o requirements.dev.txt
3+
alembic==1.14.1
4+
argcomplete==3.5.3
5+
# via nox
6+
attrs==25.1.0
7+
# via nox
8+
colorama==0.4.6 ; sys_platform == 'win32'
9+
# via
10+
# colorlog
11+
# pytest
12+
colorlog==6.9.0
13+
# via nox
14+
dependency-groups==1.3.0
15+
# via nox
16+
distlib==0.3.9
17+
# via virtualenv
18+
execnet==2.1.1
19+
# via pytest-xdist
20+
filelock==3.17.0
21+
# via virtualenv
22+
greenlet==3.1.1 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
23+
# via sqlalchemy
24+
iniconfig==2.0.0
25+
# via pytest
26+
mako==1.3.9
27+
# via alembic
28+
markupsafe==3.0.2
29+
# via mako
30+
nox==2025.2.9
31+
packaging==24.2
32+
# via
33+
# dependency-groups
34+
# nox
35+
# pytest
36+
platformdirs==4.3.6
37+
# via virtualenv
38+
pluggy==1.5.0
39+
# via pytest
40+
pytest==8.3.5
41+
# via pytest-xdist
42+
pytest-xdist==3.6.1
43+
ruff==0.9.9
44+
sqlalchemy==2.0.38
45+
# via alembic
46+
typing-extensions==4.12.2
47+
# via
48+
# alembic
49+
# sqlalchemy
50+
virtualenv==20.29.2
51+
# via nox

requirements.txt

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --no-hashes -o requirements.txt
3+
-e .
4+
-e ./libs/coreutils-lib
5+
# via python-pkgs
6+
-e ./libs/database-lib
7+
# via python-pkgs
8+
-e ./libs/depends-lib
9+
# via python-pkgs
10+
-e ./libs/http-lib
11+
# via python-pkgs
12+
-e ./libs/pandas-lib
13+
# via python-pkgs
14+
-e ./libs/settings-lib
15+
# via
16+
# database-lib
17+
# python-pkgs
18+
-e ./libs/setup-lib
19+
# via python-pkgs
20+
-e ./libs/time-utils
21+
# via python-pkgs
22+
alembic==1.14.1
23+
# via database-lib
24+
anyio==4.8.0
25+
# via httpx
26+
argcomplete==3.5.3
27+
# via nox
28+
attrs==25.1.0
29+
# via nox
30+
certifi==2025.1.31
31+
# via
32+
# httpcore
33+
# httpx
34+
colorama==0.4.6 ; sys_platform == 'win32'
35+
# via
36+
# colorlog
37+
# loguru
38+
# pytest
39+
colorlog==6.9.0
40+
# via nox
41+
cramjam==2.9.1
42+
# via fastparquet
43+
dependency-groups==1.3.0
44+
# via nox
45+
distlib==0.3.9
46+
# via virtualenv
47+
dynaconf==3.2.10
48+
# via
49+
# http-lib
50+
# settings-lib
51+
execnet==2.1.1
52+
# via pytest-xdist
53+
fastparquet==2024.11.0
54+
# via coreutils-lib
55+
filelock==3.17.0
56+
# via virtualenv
57+
fsspec==2025.2.0
58+
# via fastparquet
59+
greenlet==3.1.1 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
60+
# via sqlalchemy
61+
h11==0.14.0
62+
# via httpcore
63+
hishel==0.1.1
64+
# via http-lib
65+
httpcore==1.0.7
66+
# via httpx
67+
httpx==0.28.1
68+
# via
69+
# hishel
70+
# http-lib
71+
idna==3.10
72+
# via
73+
# anyio
74+
# httpx
75+
iniconfig==2.0.0
76+
# via pytest
77+
loguru==0.7.3
78+
# via
79+
# coreutils-lib
80+
# http-lib
81+
# python-pkgs
82+
# settings-lib
83+
# setup-lib
84+
mako==1.3.9
85+
# via alembic
86+
markupsafe==3.0.2
87+
# via mako
88+
nox==2025.2.9
89+
numpy==2.2.3
90+
# via
91+
# fastparquet
92+
# pandas
93+
packaging==24.2
94+
# via
95+
# dependency-groups
96+
# fastparquet
97+
# nox
98+
# pytest
99+
pandas==2.2.3
100+
# via
101+
# coreutils-lib
102+
# fastparquet
103+
# pandas-lib
104+
platformdirs==4.3.6
105+
# via virtualenv
106+
pluggy==1.5.0
107+
# via pytest
108+
psycopg2-binary==2.9.10
109+
# via database-lib
110+
pyarrow==19.0.1
111+
# via
112+
# coreutils-lib
113+
# pandas-lib
114+
pymysql==1.1.1
115+
# via database-lib
116+
pytest==8.3.5
117+
# via pytest-xdist
118+
pytest-xdist==3.6.1
119+
python-dateutil==2.9.0.post0
120+
# via pandas
121+
pytz==2025.1
122+
# via pandas
123+
ruff==0.9.9
124+
six==1.17.0
125+
# via python-dateutil
126+
sniffio==1.3.1
127+
# via anyio
128+
sqlalchemy==2.0.38
129+
# via
130+
# alembic
131+
# database-lib
132+
# pandas-lib
133+
typing-extensions==4.12.2
134+
# via
135+
# alembic
136+
# anyio
137+
# sqlalchemy
138+
tzdata==2025.1
139+
# via pandas
140+
virtualenv==20.29.2
141+
# via nox
142+
win32-setctime==1.2.0 ; sys_platform == 'win32'
143+
# via loguru

0 commit comments

Comments
 (0)