--- 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 @@
</content>
<orderEntry type="jdk" jdkName="Python 3.4 virtualenv at /var/local/env/pyams-pycharm" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="module" module-name="pyams_utils" />
+ <orderEntry type="module" module-name="pyams_cache" />
</component>
</module>
\ No newline at end of file
--- 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
--- 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'
],
--- 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
--- 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]