Skip to content
Snippets Groups Projects
Commit 238528e7 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Added importlib_metadata

parent cad5dc4e
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!84Upgrade of setup.py
......@@ -68,7 +68,7 @@ setup(
'https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver-4.1.3+8f3437a'
],
install_requires=[
#'aiopg==0.16.0',
'importlib_metadata',
'aiopg @ https://github.com/aio-libs/aiopg/tarball/862fff97e4ae465333451a4af2a838bfaa3dd0bc',
'jsonrpcserver @ https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver',
'simplejson',
......@@ -84,7 +84,7 @@ setup(
'aiocache',
'configargparse',
'pdoc',
'diff-match-patch'
'diff-match-patch',
],
entry_points={
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment