list_v2
Showing
adapter/rpcd/exceptions.py
0 → 100644
api/__init__.py
0 → 100644
api/models/__init__.py
0 → 100644
api/models/message.py
0 → 100644
This diff is collapsed.
communication/__init__.py
0 → 100644
message/message_signals.py
0 → 100644
message/signal_handlers.py
0 → 100644
This diff is collapsed.
... | @@ -5,13 +5,16 @@ git+ssh://git@git.wanmeizhensuo.com/backend/gm-rpcd.git | ... | @@ -5,13 +5,16 @@ git+ssh://git@git.wanmeizhensuo.com/backend/gm-rpcd.git |
git+ssh://git@git.wanmeizhensuo.com/backend/helios.git | git+ssh://git@git.wanmeizhensuo.com/backend/helios.git | ||
git+ssh://git@git.wanmeizhensuo.com/system/gm-tracer.git | git+ssh://git@git.wanmeizhensuo.com/system/gm-tracer.git | ||
#git+ssh://git@git.wanmeizhensuo.com/system/kafka-python.git | #git+ssh://git@git.wanmeizhensuo.com/system/kafka-python.git | ||
git+ssh://git@git.wanmeizhensuo.com/backend/gm-upload.git@master | |||
jsonschema==2.5.1 | |||
Django==3.0.1 | Django==3.0.1 | ||
PyMySQL==0.9.3 | PyMySQL==0.9.3 | ||
mysqlclient==1.4.6 | mysqlclient==1.4.6 | ||
redis==3.3.11 | redis==3.3.11 | ||
django-redis==4.11.0 | django-redis==4.11.0 | ||
raven==6.10.0 | raven==6.10.0 | ||
elasticsearch==2.3.0 | |||
kafka-python==1.4.7 | kafka-python==1.4.7 | ||
gunicorn==20.0.4 | gunicorn==20.0.4 | ||
djangorestframework==3.11.0 | djangorestframework==3.11.0 | ||
\ No newline at end of file |
rpc/__init__.py
0 → 100644
rpc/auth.py
0 → 100644
rpc/cache.py
0 → 100644
This diff is collapsed.
rpc/context.py
0 → 100644
rpc/gaia_client.py
0 → 100644
search/__init__.py
0 → 100644
search/eswrapper/__init__.py
0 → 100644
search/eswrapper/client.py
0 → 100644
search/eswrapper/config.py
0 → 100644
search/eswrapper/models.py
0 → 100644
search/utils.py
0 → 100644
services/__init__.py
0 → 100644
services/unread/__init__.py
0 → 100644
services/unread/base.py
0 → 100644
services/unread/stat.py
0 → 100644
tool/__init__.py
0 → 100644
tool/datetime_tool.py
0 → 100644
Please
register
or
sign in
to comment