-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
58 lines (57 loc) · 1.04 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
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --extra=dev pyproject.toml
#
black==23.3.0
# via pyfang (pyproject.toml)
build==0.10.0
# via pip-tools
click==8.1.4
# via
# black
# pip-tools
colorama==0.4.6
# via
# build
# click
# pytest
exceptiongroup==1.1.2
# via pytest
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pyfang (pyproject.toml)
mypy-extensions==1.0.0
# via black
packaging==23.1
# via
# black
# build
# pytest
pathspec==0.11.1
# via black
pip-tools==6.14.0
# via pyfang (pyproject.toml)
platformdirs==3.8.1
# via black
pluggy==1.2.0
# via pytest
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
# via pyfang (pyproject.toml)
tomli==2.0.1
# via
# black
# build
# pip-tools
# pytest
typing-extensions==4.7.1
# via black
wheel==0.40.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools