# HG changeset patch # User Thierry Florac # Date 1496322949 -7200 # Node ID 4bdc5043fd3da37a18c3471c1c448ff7bc3aa10b # Parent f2910a60a29a76f63cd15138c67da8750af64d8d Version 0.1.0 diff -r f2910a60a29a -r 4bdc5043fd3d .idea/pyams_notify_ws.iml --- a/.idea/pyams_notify_ws.iml Thu Jun 01 15:14:48 2017 +0200 +++ b/.idea/pyams_notify_ws.iml Thu Jun 01 15:15:49 2017 +0200 @@ -6,5 +6,7 @@ + + \ No newline at end of file diff -r f2910a60a29a -r 4bdc5043fd3d buildout.cfg --- a/buildout.cfg Thu Jun 01 15:14:48 2017 +0200 +++ b/buildout.cfg Thu Jun 01 15:15:49 2017 +0200 @@ -11,7 +11,7 @@ *.sourceforge.net github.com -#extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg +extends = http://download.ztfy.org/pyams/pyams-dev.cfg versions = versions newest = false #allow-picked-versions = false diff -r f2910a60a29a -r 4bdc5043fd3d setup.py --- a/setup.py Thu Jun 01 15:14:48 2017 +0200 +++ b/setup.py Thu Jun 01 15:15:49 2017 +0200 @@ -59,6 +59,7 @@ # -*- Extra requirements: -*- 'aiomcache', 'aiopyramid', + 'pyams-cache', 'pyramid', 'zope.interface' ], diff -r f2910a60a29a -r 4bdc5043fd3d src/pyams_notify_ws.egg-info/PKG-INFO --- a/src/pyams_notify_ws.egg-info/PKG-INFO Thu Jun 01 15:14:48 2017 +0200 +++ b/src/pyams_notify_ws.egg-info/PKG-INFO Thu Jun 01 15:15:49 2017 +0200 @@ -21,6 +21,12 @@ their subscriptions, and acts as a proxy between an application server and it's clients. + History + ======= + + 0.1.0 + ----- + - initial release Keywords: Pyramid PyAMS Platform: UNKNOWN diff -r f2910a60a29a -r 4bdc5043fd3d src/pyams_notify_ws.egg-info/requires.txt --- a/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 15:14:48 2017 +0200 +++ b/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 15:15:49 2017 +0200 @@ -1,6 +1,7 @@ -setuptools +aiomcache +aiopyramid pyramid -zope.component +setuptools zope.interface [test]