This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
84 lines (83 loc) · 1.72 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
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements.txt pyproject.toml
#
black==22.1.0
# via ship-python (pyproject.toml)
build==1.0.3
# via
# pip-tools
# ship-python (pyproject.toml)
bump2version==1.0.1
# via ship-python (pyproject.toml)
cffi==1.16.0
# via cryptography
click==8.1.7
# via
# black
# pip-tools
coverage[toml]==7.4.1
# via pytest-cov
cryptography==42.0.3
# via ship-python (pyproject.toml)
flake8==6.0.0
# via
# flake8-pyproject
# ship-python (pyproject.toml)
flake8-pyproject==1.2.3
# via ship-python (pyproject.toml)
ifaddr==0.2.0
# via zeroconf
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via ship-python (pyproject.toml)
mccabe==0.7.0
# via flake8
mypy==1.5.1
# via ship-python (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.2
# via
# build
# pytest
pathspec==0.12.1
# via black
pip-tools==7.3.0
# via ship-python (pyproject.toml)
platformdirs==4.2.0
# via black
pluggy==1.4.0
# via pytest
pycodestyle==2.10.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.0.1
# via flake8
pyproject-hooks==1.0.0
# via build
pytest==7.3.2
# via
# pytest-cov
# ship-python (pyproject.toml)
pytest-cov==4.0.0
# via ship-python (pyproject.toml)
tomli==2.0.1
# via black
typing-extensions==4.9.0
# via mypy
websockets==12.0
# via ship-python (pyproject.toml)
wheel==0.42.0
# via pip-tools
zeroconf==0.131.0
# via ship-python (pyproject.toml)
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools