Skip to content

Commit c744bbd

Browse files
authored
Update setup.py package info and dependency
- Change some of Info as we gonna forked out the repo but not gonna change the package name.
1 parent 8cfcf2e commit c744bbd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
setup(
44
name='Pyrebase',
5-
version='3.0.27',
6-
url='https://github.com/thisbejim/Pyrebase',
7-
description='A simple python wrapper for the Firebase API',
8-
author='James Childs-Maidment',
5+
version='3.1.0',
6+
url='https://github.com/digitake/Pyrebase',
7+
description='A forked of thisbejim of a simple python wrapper for the Firebase API',
8+
author='Digitake',
99
license='MIT',
1010
classifiers=[
1111
'Development Status :: 3 - Alpha',
1212
'Intended Audience :: Developers',
1313
'License :: OSI Approved :: MIT License',
14-
'Programming Language :: Python :: 3.4',
14+
'Programming Language :: Python :: 3.6',
1515
],
1616
keywords='Firebase',
1717
packages=find_packages(exclude=['tests']),
1818
install_requires=[
19-
'requests==2.11.1',
20-
'gcloud==0.17.0',
21-
'oauth2client==3.0.0',
22-
'requests_toolbelt==0.7.0',
23-
'python_jwt==2.0.1',
24-
'pycryptodome==3.4.3'
19+
'requests==2.20.9',
20+
'gcloud==0.18.3',
21+
'oauth2client==4.1.3',
22+
'requests_toolbelt==0.8.0',
23+
'python_jwt==3.2.3',
24+
'pycryptodome==3.7.0'
2525
]
2626
)

0 commit comments

Comments
 (0)