-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
98 lines (97 loc) · 1.8 KB
/
requirements.txt
File metadata and controls
98 lines (97 loc) · 1.8 KB
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
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --extra=dev --output-file=requirements.txt pyproject.toml
#
anyio==3.6.2
# via httpcore
attrs==22.1.0
# via pytest
build==0.8.0
# via pip-tools
certifi==2022.9.24
# via
# httpcore
# httpx
cfgv==3.3.1
# via pre-commit
click==8.1.3
# via pip-tools
coverage[toml]==6.5.0
# via pytest-cov
distlib==0.3.6
# via virtualenv
filelock==3.8.0
# via virtualenv
h11==0.12.0
# via httpcore
httpcore==0.15.0
# via httpx
httpx==0.23.0
# via
# gh-issues (pyproject.toml)
# pytest-httpx
identify==2.5.6
# via pre-commit
idna==3.4
# via
# anyio
# rfc3986
iniconfig==1.1.1
# via pytest
markdown-it-py==2.1.0
# via gh-issues (pyproject.toml)
mdurl==0.1.2
# via markdown-it-py
nodeenv==1.7.0
# via pre-commit
packaging==21.3
# via
# build
# pytest
pep517==0.13.0
# via build
pip-tools==6.9.0
# via gh-issues (pyproject.toml)
platformdirs==2.5.2
# via virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.20.0
# via gh-issues (pyproject.toml)
py==1.11.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.1.3
# via
# gh-issues (pyproject.toml)
# pytest-cov
# pytest-httpx
pytest-cov==4.0.0
# via gh-issues (pyproject.toml)
pytest-httpx==0.21.1
# via gh-issues (pyproject.toml)
rfc3986[idna2008]==1.5.0
# via httpx
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# build
# coverage
# pep517
# pytest
virtualenv==20.16.5
# via pre-commit
wheel==0.37.1
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools