We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c61c78 commit a9f628dCopy full SHA for a9f628d
news/requirements.txt
@@ -4,17 +4,14 @@
4
#
5
# pip-compile
6
7
-atomicwrites==1.3.0 # via pytest
8
attrs==19.3.0 # via pytest
9
-colorama==0.4.1 # via pytest
10
-docopt==0.6.2
11
-importlib-metadata==1.1.0 # via pluggy, pytest
12
-more-itertools==8.0.0 # via pytest, zipp
+docopt==0.6.2 # via -r requirements.in
+iniconfig==1.0.1 # via pytest
+more-itertools==8.0.0 # via pytest
13
packaging==19.2 # via pytest
14
pluggy==0.13.1 # via pytest
15
-py==1.8.0 # via pytest
+py==1.9.0 # via pytest
16
pyparsing==2.4.5 # via packaging
17
-pytest==5.3.1
+pytest==6.0.1 # via -r requirements.in
18
six==1.13.0 # via packaging
19
-wcwidth==0.1.7 # via pytest
20
-zipp==0.6.0 # via importlib-metadata
+toml==0.10.1 # via pytest
0 commit comments