Skip to content

Commit c9953d2

Browse files
committed
Merge branch 'fix-unittests' into remove-simplejson
2 parents eda4f29 + f7914ac commit c9953d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests>=2.27.0
22
responses>=0.9.0
3-
future>=0.16.0
3+
unittest2>=1.1.0
44
mock>=2.0.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
packages=['dwollav2'],
1414
install_requires=[
1515
'requests>=2.9.1',
16-
'future>=0.15.2'
1716
],
1817
test_suite='dwollav2.test.all',
1918
url='https://docsv2.dwolla.com',

0 commit comments

Comments
 (0)