Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simhnna committed Aug 22, 2021
1 parent 2fb2274 commit 26fec20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ def get_version():
packages=['silverstrike'],
include_package_data=True,
install_requires=[
'django>=2.2',
'djangorestframework>=3.10',
'django>=3.1',
'djangorestframework>=3.12',
'django-widgets-improved',
'django-allauth>=0.40',
'python-dateutil',
'django-cors-headers>=3.1',
'django-cors-headers>=3.5',
],
extras_require={
'OFX Importing': ['ofxparse'],
Expand Down

0 comments on commit 26fec20

Please sign in to comment.