-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
101 lines (101 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
anyio==4.0.0
# via httpcore
asyncio==3.4.3
# via -r requirements.in
certifi==2023.7.22
# via
# httpcore
# httpx
contourpy==1.1.0
# via matplotlib
coverage[toml]==7.3.0
# via pytest-cov
cycler==0.11.0
# via matplotlib
exceptiongroup==1.1.3
# via
# anyio
# pytest
factory-boy==3.3.0
# via pytest-factoryboy
faker==19.3.1
# via factory-boy
fonttools==4.42.1
# via matplotlib
h11==0.14.0
# via httpcore
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via -r requirements.in
idna==3.4
# via
# anyio
# httpx
inflection==0.5.1
# via pytest-factoryboy
iniconfig==2.0.0
# via pytest
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.7.2
# via -r requirements.in
numpy==1.25.2
# via
# -r requirements.in
# contourpy
# matplotlib
packaging==23.1
# via
# matplotlib
# pytest
pillow==10.0.0
# via matplotlib
pluggy==1.3.0
# via pytest
pyparsing==3.0.9
# via matplotlib
pytest==7.4.0
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-factoryboy
# pytest-mock
pytest-asyncio==0.21.1
# via -r requirements.in
pytest-cov==4.1.0
# via -r requirements.in
pytest-factoryboy==2.5.1
# via -r requirements.in
pytest-mock==3.11.1
# via -r requirements.in
python-dateutil==2.8.2
# via
# faker
# matplotlib
pyyaml==6.0.1
# via -r requirements.in
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sqlalchemy==2.0.20
# via -r requirements.in
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
# via
# pytest-factoryboy
# sqlalchemy