Skip to content

Commit 82c671f

Browse files
committed
Minor inconsequential upgrades and reorders
1 parent da2908d commit 82c671f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
configparser==4.0.2
22
contextlib2==0.6.0.post1
33
enum34==1.1.10
4-
funcsigs==1.0.2
54
flake8==3.9.2
5+
funcsigs==1.0.2
66
functools32==3.2.3.post2; python_version < '3.0'
77
importlib-metadata==2.1.3
88
mccabe==0.6.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
httplib2==0.22.0
22
pyparsing==2.4.7
33
python-dateutil==2.8.2
4-
simplejson==3.19.1
4+
simplejson==3.19.2
55
six==1.16.0
66

77
cffi==1.15.1; platform_python_implementation == 'PyPy'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
],
7171
extras_require={
7272
'test': [
73+
'flake8~=3.9',
7374
# according to https://mock.readthedocs.io/en/latest/
7475
# version 3.0.5 is the last version supporting Python <= 3.5.
7576
# Once we migrate to python 3.3+, we can switch from mock to
7677
# unittest.mock
7778
'mock~=3.0.5',
78-
'flake8~=3.9',
7979
]
8080
},
8181
)

tests/test_listobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import httplib2
3333
import mock
3434

35-
from remoteobjects import fields, promise, listobject
35+
from remoteobjects import fields, listobject, promise
3636
from tests import utils
3737

3838

0 commit comments

Comments
 (0)