Skip to content

Commit

Permalink
Merge pull request #80 from PayTechUz/feat/nakapitel
Browse files Browse the repository at this point in the history
install_requires improved
  • Loading branch information
Muhammadali-Akbarov authored Aug 27, 2024
2 parents eec5693 + acbeda2 commit 2384bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='payme-pkg',
version='2.6.6',
version='2.6.7',
license='MIT',
author="Muhammadali Akbarov",
author_email='[email protected]',
Expand All @@ -14,6 +14,6 @@
install_requires=[
'requests==2.*',
"dataclasses==0.*;python_version<'3.7'", # will only install on py3.6
'djangorestframework==3.14.0'
'djangorestframework==3.*'
],
)

0 comments on commit 2384bf9

Please sign in to comment.