File tree Expand file tree Collapse file tree 4 files changed +36
-6
lines changed Expand file tree Collapse file tree 4 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/docs.txt --resolver=backtracking requirements/docs.in
@@ -11,7 +11,11 @@ click==8.1.3
11
11
ghp-import==2.1.0
12
12
# via mkdocs
13
13
importlib-metadata==6.1.0
14
- # via mkdocs
14
+ # via
15
+ # ansi2html
16
+ # click
17
+ # markdown
18
+ # mkdocs
15
19
jinja2==3.1.2
16
20
# via
17
21
# mkdocs
@@ -61,6 +65,8 @@ pyyaml-env-tag==0.1
61
65
# via mkdocs
62
66
six==1.16.0
63
67
# via python-dateutil
68
+ typing-extensions==4.5.0
69
+ # via importlib-metadata
64
70
watchdog==3.0.0
65
71
# via mkdocs
66
72
zipp==3.15.0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/linting.txt --resolver=backtracking requirements/linting.in
@@ -8,6 +8,10 @@ black==23.3.0
8
8
# via -r requirements/linting.in
9
9
click==8.1.3
10
10
# via black
11
+ importlib-metadata==6.1.0
12
+ # via
13
+ # click
14
+ # sqlalchemy
11
15
mypy==0.971
12
16
# via -r requirements/linting.in
13
17
mypy-extensions==1.0.0
@@ -28,7 +32,16 @@ tomli==2.0.1
28
32
# via
29
33
# black
30
34
# mypy
35
+ typed-ast==1.5.4
36
+ # via
37
+ # black
38
+ # mypy
31
39
typing-extensions==4.5.0
32
40
# via
41
+ # black
42
+ # importlib-metadata
33
43
# mypy
44
+ # platformdirs
34
45
# sqlalchemy
46
+ zipp==3.15.0
47
+ # via importlib-metadata
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/pyproject.txt --resolver=backtracking pyproject.toml
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/testing.txt --resolver=backtracking requirements/testing.in
@@ -12,6 +12,11 @@ coverage[toml]==7.2.2
12
12
# via -r requirements/testing.in
13
13
exceptiongroup==1.1.1
14
14
# via pytest
15
+ importlib-metadata==6.1.0
16
+ # via
17
+ # pluggy
18
+ # pytest
19
+ # sqlalchemy
15
20
iniconfig==2.0.0
16
21
# via pytest
17
22
markdown-it-py==2.2.0
@@ -20,7 +25,7 @@ mdurl==0.1.2
20
25
# via markdown-it-py
21
26
multidict==6.0.4
22
27
# via -r requirements/testing.in
23
- numpy==1.24.2
28
+ numpy==1.21.6
24
29
# via -r requirements/testing.in
25
30
packaging==23.0
26
31
# via pytest
@@ -51,5 +56,11 @@ tomli==2.0.1
51
56
# pytest
52
57
typing-extensions==4.5.0
53
58
# via
59
+ # asyncpg
60
+ # importlib-metadata
61
+ # markdown-it-py
54
62
# pydantic
63
+ # rich
55
64
# sqlalchemy
65
+ zipp==3.15.0
66
+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments