File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- coveralls == 1.11.1 ; python_version < '3.4 '
2
- coveralls == 2.1.2 ; python_version >= '3.4 '
1
+ coveralls == 1.11.1 ; python_version < '3.0 '
2
+ coveralls == 2.1.2 ; python_version >= '3.0 '
3
3
flake8 == 3.7.9
4
4
flake8-per-file-ignores == 0.6
5
5
future == 0.18.2
6
6
graphene >= 2.1.8 ,< 3
7
7
iso8601 == 0.1.13
8
- mongoengine == 0.19.1 ; python_version < '3.4 '
9
- mongoengine == 0.20.0 ; python_version >= '3.4 '
8
+ mongoengine == 0.19.1 ; python_version < '3.0 '
9
+ mongoengine == 0.20.0 ; python_version >= '3.0 '
10
10
mongomock == 3.21.0
11
11
pymongo == 3.11.0
12
- pytest == 4.6.11 ; python_version < '3.4'
13
- pytest == 6.1.2 ; python_version >= '3.4'
14
- pytest-cov == 2.8.1 ; python_version == '3.7'
15
- pytest-cov == 2.10.1 ; python_version < '3.7'
16
- pytest-cov == 2.10.1 ; python_version > '3.4'
17
-
12
+ pytest == 4.6.11 ; python_version < '3.0'
13
+ pytest == 6.1.2 ; python_version >= '3.0'
14
+ pytest-cov == 2.8.1 ; python_version == '3.4'
15
+ pytest-cov == 2.10.1 ; python_version < '3.4' or python_version > '3.4'
18
16
singledispatch == 3.4.0.3
19
17
# https://stackoverflow.com/a/58189684/9041712
20
18
attrs == 20.2.0
You can’t perform that action at this time.
0 commit comments