Skip to content

Commit

Permalink
Support unsupported Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Oct 2, 2024
1 parent 4bc1031 commit 15a2c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},

install_requires=[
'django >=4.2',
'django >=3.2',
'ShopifyAPI >=8.0.0',
'setuptools >=5.7',
'python-jose >=3.2.0',
Expand Down

0 comments on commit 15a2c5e

Please sign in to comment.