Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Sep 30, 2024
1 parent dea4fd0 commit bcf6fa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
},

install_requires=[
'django >=3.2',
'django >=4.2',
'ShopifyAPI >=8.0.0',
'setuptools >=5.7',
'python-jose >=3.2.0'
'python-jose >=3.2.0',
'requests >=2.0.0',
],

tests_require=[],
Expand Down

0 comments on commit bcf6fa6

Please sign in to comment.