Skip to content

Commit 6af0ae7

Browse files
committed
switch to 3.7 deps
1 parent b2e5b77 commit 6af0ae7

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

requirements/docs.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/docs.txt --resolver=backtracking requirements/docs.in
@@ -11,7 +11,11 @@ click==8.1.3
1111
ghp-import==2.1.0
1212
# via mkdocs
1313
importlib-metadata==6.1.0
14-
# via mkdocs
14+
# via
15+
# ansi2html
16+
# click
17+
# markdown
18+
# mkdocs
1519
jinja2==3.1.2
1620
# via
1721
# mkdocs
@@ -61,6 +65,8 @@ pyyaml-env-tag==0.1
6165
# via mkdocs
6266
six==1.16.0
6367
# via python-dateutil
68+
typing-extensions==4.5.0
69+
# via importlib-metadata
6470
watchdog==3.0.0
6571
# via mkdocs
6672
zipp==3.15.0

requirements/linting.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/linting.txt --resolver=backtracking requirements/linting.in
@@ -8,6 +8,10 @@ black==23.3.0
88
# via -r requirements/linting.in
99
click==8.1.3
1010
# via black
11+
importlib-metadata==6.1.0
12+
# via
13+
# click
14+
# sqlalchemy
1115
mypy==0.971
1216
# via -r requirements/linting.in
1317
mypy-extensions==1.0.0
@@ -28,7 +32,16 @@ tomli==2.0.1
2832
# via
2933
# black
3034
# mypy
35+
typed-ast==1.5.4
36+
# via
37+
# black
38+
# mypy
3139
typing-extensions==4.5.0
3240
# via
41+
# black
42+
# importlib-metadata
3343
# mypy
44+
# platformdirs
3445
# sqlalchemy
46+
zipp==3.15.0
47+
# via importlib-metadata

requirements/pyproject.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/pyproject.txt --resolver=backtracking pyproject.toml

requirements/testing.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
@@ -12,6 +12,11 @@ coverage[toml]==7.2.2
1212
# via -r requirements/testing.in
1313
exceptiongroup==1.1.1
1414
# via pytest
15+
importlib-metadata==6.1.0
16+
# via
17+
# pluggy
18+
# pytest
19+
# sqlalchemy
1520
iniconfig==2.0.0
1621
# via pytest
1722
markdown-it-py==2.2.0
@@ -20,7 +25,7 @@ mdurl==0.1.2
2025
# via markdown-it-py
2126
multidict==6.0.4
2227
# via -r requirements/testing.in
23-
numpy==1.24.2
28+
numpy==1.21.6
2429
# via -r requirements/testing.in
2530
packaging==23.0
2631
# via pytest
@@ -51,5 +56,11 @@ tomli==2.0.1
5156
# pytest
5257
typing-extensions==4.5.0
5358
# via
59+
# asyncpg
60+
# importlib-metadata
61+
# markdown-it-py
5462
# pydantic
63+
# rich
5564
# sqlalchemy
65+
zipp==3.15.0
66+
# via importlib-metadata

0 commit comments

Comments
 (0)