Skip to content

Commit a9bc32f

Browse files
Fix requirements.txt (#564)
* Fix requirements.txt So that tests work when starting from a clean venv. * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Sam Bull <[email protected]>
1 parent 45d67a6 commit a9bc32f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
-e .
1+
aiohttp==3.8.4
22
click==8.1.3
33
coverage==7.2.7
4+
devtools==0.11.0
45
grablib==0.8
6+
Pygments==2.15.1
57
pytest==6.2.5
68
pytest-aiohttp==1.0.4
9+
pytest-asyncio==0.20.3
710
pytest-cov==4.1.0
811
pytest-forked==1.6.0
912
pytest-mock==3.10.0
1013
pytest-sugar==0.9.7
1114
pytest-timeout==2.1.0
1215
pytest-toolbox==0.4
16+
watchfiles==0.19.0

0 commit comments

Comments
 (0)