File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
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 ' ,
9
9
license = 'MIT' ,
10
10
classifiers = [
11
11
'Development Status :: 3 - Alpha' ,
12
12
'Intended Audience :: Developers' ,
13
13
'License :: OSI Approved :: MIT License' ,
14
- 'Programming Language :: Python :: 3.4 ' ,
14
+ 'Programming Language :: Python :: 3.6 ' ,
15
15
],
16
16
keywords = 'Firebase' ,
17
17
packages = find_packages (exclude = ['tests' ]),
18
18
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 '
25
25
]
26
26
)
You can’t perform that action at this time.
0 commit comments