Skip to content

Commit acbeda2

Browse files
install_requires improved
1 parent eec5693 commit acbeda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='payme-pkg',
6-
version='2.6.6',
6+
version='2.6.7',
77
license='MIT',
88
author="Muhammadali Akbarov",
99
author_email='[email protected]',
@@ -14,6 +14,6 @@
1414
install_requires=[
1515
'requests==2.*',
1616
"dataclasses==0.*;python_version<'3.7'", # will only install on py3.6
17-
'djangorestframework==3.14.0'
17+
'djangorestframework==3.*'
1818
],
1919
)

0 commit comments

Comments
 (0)