Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
corepost
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexlab
corepost
Commits
1ca2f5b8
Commit
1ca2f5b8
authored
Feb 14, 2012
by
Jacek Furmankiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed dependency on txZMQ, do not need it yet
parent
1d69b683
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setup.py
setup.py
+3
-2
No files found.
setup.py
View file @
1ca2f5b8
...
...
@@ -40,6 +40,8 @@ Links
Changelog
`````````
* 0.0.10:
- removed dependency on txZMQ which was not needed at this point (yet)
* 0.0.9:
- fix for issue #3 (wrong class passes as 'self' to router method):
https://github.com/jacek99/corepost/issues/3
...
...
@@ -61,7 +63,7 @@ from setuptools import setup
setup
(
name
=
"CorePost"
,
version
=
"0.0.
9
"
,
version
=
"0.0.
10
"
,
author
=
"Jacek Furmankiewicz"
,
author_email
=
"jacekeadE99@gmail.com"
,
description
=
(
"A Twisted Web REST micro-framework"
),
...
...
@@ -85,7 +87,6 @@ setup(
'formencode>=1.2.4'
,
'pyyaml>=3.1.0'
,
'jinja2>=2.6'
,
'txZMQ>=0.3.1,'
],
tests_require
=
[
'httplib2>=0.7.1'
,
...
...
Write
Preview
Markdown
is supported
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