Skip to content

Commit d8fe2ba

Browse files
committed
feature/add_internal_notification_filters: Updated setup.py with latest dependency versions.
1 parent 63c950e commit d8fe2ba

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

setup.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,19 @@
7070
keywords='open-banking sepa bunq finance api payment',
7171

7272
# Packages of the project. "find_packages()" lists all the project packages.
73-
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples',
74-
'assets', '.idea', 'run.py']),
73+
packages=find_packages(exclude=['contrib',
74+
'docs',
75+
'tests',
76+
'examples',
77+
'assets',
78+
'.idea',
79+
'run.py']),
7580

7681
# Run-time dependencies of the project. These will be installed by pip.
77-
install_requires=['aenum==2.0.8', 'chardet==3.0.4', 'pycryptodomex==3.4.6',
78-
'requests==2.18.1', 'simplejson==3.11.1',
79-
'urllib3==1.21.1'],
82+
install_requires=['aenum==2.2.3',
83+
'chardet==3.0.4',
84+
'pycryptodomex==3.9.7',
85+
'requests==2.23.0',
86+
'simplejson==3.17.0',
87+
'urllib3==1.25.8'],
8088
)

0 commit comments

Comments
 (0)