-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdev-requirements.txt
58 lines (57 loc) · 1.13 KB
/
dev-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.12
# by the following command:
#
# pip-compile dev-requirements.in
#
beautifulsoup4==4.12.2
# via webtest
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
coverage==7.6.7
# via -r dev-requirements.in
flake8==7.1.1
# via -r dev-requirements.in
freezegun==1.5.1
# via -r dev-requirements.in
isort==5.13.2
# via -r dev-requirements.in
mccabe==0.7.0
# via flake8
mock==5.1.0
# via -r dev-requirements.in
packaging==23.2
# via
# -c requirements.txt
# build
pip-tools==7.4.1
# via -r dev-requirements.in
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pyproject-hooks==1.0.0
# via
# build
# pip-tools
python-dateutil==2.8.2
# via freezegun
six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
waitress==3.0.1
# via webtest
webob==1.8.7
# via
# -c requirements.txt
# webtest
webtest==3.0.1
# via -r dev-requirements.in
wheel==0.42.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools