Skip to content
Snippets Groups Projects
Commit 13797535 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Fixed typo (missing colon) in setup.py

parent 157daf98
No related branches found
No related tags found
3 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server
...@@ -32,7 +32,7 @@ setup( ...@@ -32,7 +32,7 @@ setup(
install_requires=[ install_requires=[
#'aiopg==0.16.0', #'aiopg==0.16.0',
'aiopg @ https://github.com/aio-libs/aiopg/tarball/862fff97e4ae465333451a4af2a838bfaa3dd0bc', 'aiopg @ https://github.com/aio-libs/aiopg/tarball/862fff97e4ae465333451a4af2a838bfaa3dd0bc',
'jsonrpcserver @ https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver' 'jsonrpcserver @ https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver',
'simplejson', 'simplejson',
'aiohttp', 'aiohttp',
'certifi', 'certifi',
......
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