Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
94d99d2d
Commit
94d99d2d
authored
Jun 28, 2015
by
davebshow
Browse files
updating deps
parent
76789d8d
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
94d99d2d
# [aiogremlin 0.0.
9
](https://pypi.python.org/pypi/gizmo/0.1.12)
# [aiogremlin 0.0.
11
](https://pypi.python.org/pypi/gizmo/0.1.12)
## [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
## [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
...
...
aiogremlin/__init__.py
View file @
94d99d2d
...
@@ -4,4 +4,4 @@ from .exceptions import *
...
@@ -4,4 +4,4 @@ from .exceptions import *
from
.connector
import
*
from
.connector
import
*
from
.subprotocol
import
*
from
.subprotocol
import
*
__version__
=
"0.0.1
0
"
__version__
=
"0.0.1
1
"
docs/conf.py
View file @
94d99d2d
...
@@ -62,9 +62,9 @@ author = 'David M. Brown'
...
@@ -62,9 +62,9 @@ author = 'David M. Brown'
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'0.0.1
0
'
version
=
'0.0.1
1
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.0.1
0
'
release
=
'0.0.1
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
docs/index.rst
View file @
94d99d2d
...
@@ -12,7 +12,7 @@ based on the `asyncio`_ and `aiohttp`_ libraries.
...
@@ -12,7 +12,7 @@ based on the `asyncio`_ and `aiohttp`_ libraries.
Releases
Releases
========
========
The latest release of ``aiogremlin`` is **0.0.1
0
**.
The latest release of ``aiogremlin`` is **0.0.1
1
**.
Requirements
Requirements
...
...
setup.py
View file @
94d99d2d
...
@@ -3,7 +3,7 @@ from setuptools import setup
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
setup
(
name
=
"aiogremlin"
,
name
=
"aiogremlin"
,
version
=
"0.0.1
0
"
,
version
=
"0.0.1
1
"
,
url
=
""
,
url
=
""
,
license
=
"MIT"
,
license
=
"MIT"
,
author
=
"davebshow"
,
author
=
"davebshow"
,
...
@@ -13,7 +13,7 @@ setup(
...
@@ -13,7 +13,7 @@ setup(
packages
=
[
"aiogremlin"
,
"tests"
],
packages
=
[
"aiogremlin"
,
"tests"
],
install_requires
=
[
install_requires
=
[
"aiohttp==0.16.5"
,
"aiohttp==0.16.5"
,
"aiowebsocketclient==0.0.
2
"
"aiowebsocketclient==0.0.
3
"
],
],
test_suite
=
"tests"
,
test_suite
=
"tests"
,
classifiers
=
[
classifiers
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment