-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements_test.txt
More file actions
45 lines (43 loc) · 1.09 KB
/
requirements_test.txt
File metadata and controls
45 lines (43 loc) · 1.09 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
# linters such as flake8 and pylint should be pinned, as new releases
# make new things fail. Manually update these pins when pulling in a
# new version
# types-* that have versions roughly corresponding to the packages they
# contain hints for available should be kept in sync with them
-r requirements.txt
codecov==2.1.13
coverage==7.4.3
freezegun==1.4.0
mock-open==1.4.0
mypy==1.8.0
pipdeptree==2.13.2
pylint-strict-informational==0.1
pytest-aiohttp==1.0.5
aresponses==2.1.6
pytest-asyncio
pytest-cov==4.1.0
pytest-freezegun==0.4.2
pytest-socket==0.6.0
pytest-test-groups==1.0.3
pytest-sugar==1.0.0
pytest-timeout==2.1.0
pytest-xdist==3.5.0
pytest==7.4.3
requests_mock==1.11.0
respx==0.20.2
stdlib-list==0.10.0
tqdm==4.66.1
types-atomicwrites==1.4.5.1
types-croniter==2.0.0.0
types-backports==0.1.3
types-certifi==2021.10.8.3
types-chardet==5.0.4.6
types-decorator==5.1.8.20240310
types-enum34==1.1.8
types-ipaddress==1.0.8
types-pkg-resources==0.1.3
types-python-slugify==8.0.2.20240310
types-pytz==2023.3.1.1
types-PyYAML==6.0.12.20240311
types-requests==2.31.0.2
types-toml==0.10.8.7
types-ujson==5.9.0.0