We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926d334 + 933d44d commit b44ca80Copy full SHA for b44ca80
.gitignore
@@ -2,6 +2,8 @@
2
*.~
3
\#*
4
.*~
5
+.eggs
6
+*.egg
7
*.egg-info
8
example/*/*.log
9
example/*.db
@@ -192,3 +194,4 @@ example/sp-repoze/sp_conf_2.Pygmalion
192
194
example/sp-repoze/sp_conf_2.py
193
195
196
sp.xml
197
+tests/pki/qwerty.*
setup.py
@@ -38,7 +38,7 @@ def run_tests(self):
38
'mongodict',
39
'pyasn1',
40
'pymongo==3.0.1',
41
- 'python-memcached == 1.51',
+ 'python-memcached >= 1.51',
42
'pytest',
43
'mako',
44
#'pytest-coverage',
0 commit comments