Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raozixuan committed Oct 18, 2021
1 parent b89bab4 commit 18c41d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
1 change: 0 additions & 1 deletion onto/__init__.py
@@ -1,4 +1,3 @@
# from . import config, context, auth, \
# firestore_object, domain_model, view_model, collection_mixin
from .view import rest_api
from .mapper import fields, schema
34 changes: 13 additions & 21 deletions setup.py
Expand Up @@ -31,47 +31,39 @@
],
install_requires=[
'Flask>=0.10',
# 'google-auth',
'google-cloud-firestore',
'google-cloud-datastore',
'grpcio==1.30.0',
# 'google-api-core==1.18.0',
'google-api-python-client',
'firebase-admin',
'flask_restful',
# TODO: add version constraint
'marshmallow',
"inflection",
"apispec>=2.0.2",
"flasgger",
"dictdiffer",
"celery",
"flask-socketio",
"iso8601",
"pyyaml",
"google-cloud-logging",
# "functions-framework",
# "google-cloud-resource-manager",
"gitpython",
"ProxyTypes",
"pony",
"pymonad",
"aiokafka",
'pytz',
],
extras_require={
'pony': ['pony'],
'firestore': [
'google-auth',
'google-api-python-client',
'firebase-admin>=3.0.0'
'firebase-admin>=3.0.0',
'google-cloud-firestore',
'google-cloud-datastore',
'grpcio==1.30.0',
],
'gcloud': ["gitpython", "google-cloud-logging",],
'flink': ['apache-flink'],
'kafka': ["aiokafka"],
'couchdb': ['couchdb'],
'couchbase': ['couchbase'],
'leancloud': ['leancloud'],
'celery': ['celery'],
'jsonrpc': ['jsonrpcclient[requests]', 'Flask-JSONRPC'],
'graphql': ['websockets'],
'rest_api': ['starlette', 'python-multipart']
'graphql': ['websockets', 'starlette-graphql-zifulu'],
'flasgger': ["apispec>=2.0.2",
"flasgger"],
'flask': ['flask-socketio'],
'rest_api': ['starlette']
}
# entry_points = {
# 'console_scripts': ['`onto`=scripts.deploy:deploy_all'],
Expand Down

0 comments on commit 18c41d6

Please sign in to comment.