Skip to content

Commit

Permalink
Merge pull request #10 from Shamsidinkhon/master
Browse files Browse the repository at this point in the history
Install dataclasses dependency only in python 3.6
  • Loading branch information
Muhammadali-Akbarov authored Dec 3, 2023
2 parents 0cc8701 + 0e0eb31 commit de433c7
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 @@ -13,7 +13,7 @@
keywords='paymeuz paycomuz payme-merchant merchant-api subscribe-api payme-pkg payme-api',
install_requires=[
'requests==2.*',
'dataclasses==0.*',
"dataclasses==0.*;python_version<'3.7'", # will only install on py3.6
'djangorestframework==3.14.0'
],
)

0 comments on commit de433c7

Please sign in to comment.