c2cwsgiutils 6.0.3.dev2__py3-none-any.whl → 6.0.4.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {c2cwsgiutils-6.0.3.dev2.dist-info → c2cwsgiutils-6.0.4.dev2.dist-info}/METADATA +11 -11
- {c2cwsgiutils-6.0.3.dev2.dist-info → c2cwsgiutils-6.0.4.dev2.dist-info}/RECORD +5 -5
- {c2cwsgiutils-6.0.3.dev2.dist-info → c2cwsgiutils-6.0.4.dev2.dist-info}/LICENSE +0 -0
- {c2cwsgiutils-6.0.3.dev2.dist-info → c2cwsgiutils-6.0.4.dev2.dist-info}/WHEEL +0 -0
- {c2cwsgiutils-6.0.3.dev2.dist-info → c2cwsgiutils-6.0.4.dev2.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: c2cwsgiutils
|
3
|
-
Version: 6.0.
|
3
|
+
Version: 6.0.4.dev2
|
4
4
|
Summary: Common utilities for Camptocamp WSGI applications
|
5
5
|
Home-page: https://github.com/camptocamp/c2cwsgiutils
|
6
6
|
License: BSD-2-Clause
|
@@ -33,23 +33,23 @@ Provides-Extra: standard
|
|
33
33
|
Provides-Extra: test-images
|
34
34
|
Provides-Extra: tests
|
35
35
|
Provides-Extra: webserver
|
36
|
-
Requires-Dist: SQLAlchemy
|
37
|
-
Requires-Dist: SQLAlchemy-Utils
|
36
|
+
Requires-Dist: SQLAlchemy ; extra == "standard" or extra == "webserver" or extra == "all"
|
37
|
+
Requires-Dist: SQLAlchemy-Utils ; extra == "standard" or extra == "webserver" or extra == "all"
|
38
38
|
Requires-Dist: alembic ; extra == "standard" or extra == "alembic" or extra == "all"
|
39
39
|
Requires-Dist: boltons ; extra == "tests" or extra == "all"
|
40
40
|
Requires-Dist: cee_syslog_handler
|
41
41
|
Requires-Dist: certifi
|
42
|
-
Requires-Dist: cornice
|
42
|
+
Requires-Dist: cornice ; extra == "standard" or extra == "webserver" or extra == "all"
|
43
43
|
Requires-Dist: gunicorn ; extra == "standard" or extra == "webserver" or extra == "all"
|
44
44
|
Requires-Dist: lxml ; extra == "tests" or extra == "all"
|
45
45
|
Requires-Dist: objgraph ; extra == "debug" or extra == "all"
|
46
46
|
Requires-Dist: pillow
|
47
|
-
Requires-Dist: prometheus-client
|
48
|
-
Requires-Dist: psycopg2
|
47
|
+
Requires-Dist: prometheus-client ; extra == "standard" or extra == "webserver" or extra == "all"
|
48
|
+
Requires-Dist: psycopg2 ; extra == "standard" or extra == "webserver" or extra == "all"
|
49
49
|
Requires-Dist: pyjwt ; extra == "standard" or extra == "oauth2" or extra == "all"
|
50
|
-
Requires-Dist: pyramid
|
51
|
-
Requires-Dist: pyramid-tm
|
52
|
-
Requires-Dist: pyramid_mako
|
50
|
+
Requires-Dist: pyramid ; extra == "standard" or extra == "webserver" or extra == "all"
|
51
|
+
Requires-Dist: pyramid-tm ; extra == "standard" or extra == "webserver" or extra == "all"
|
52
|
+
Requires-Dist: pyramid_mako ; extra == "standard" or extra == "webserver" or extra == "all"
|
53
53
|
Requires-Dist: pyyaml
|
54
54
|
Requires-Dist: redis ; extra == "standard" or extra == "broadcast" or extra == "all"
|
55
55
|
Requires-Dist: requests
|
@@ -59,8 +59,8 @@ Requires-Dist: scipy
|
|
59
59
|
Requires-Dist: sentry-sdk ; extra == "standard" or extra == "sentry" or extra == "all"
|
60
60
|
Requires-Dist: ujson
|
61
61
|
Requires-Dist: waitress ; extra == "dev" or extra == "all"
|
62
|
-
Requires-Dist: zope.interface
|
63
|
-
Requires-Dist: zope.sqlalchemy
|
62
|
+
Requires-Dist: zope.interface ; extra == "standard" or extra == "webserver" or extra == "all"
|
63
|
+
Requires-Dist: zope.sqlalchemy ; extra == "standard" or extra == "webserver" or extra == "all"
|
64
64
|
Project-URL: Repository, https://github.com/camptocamp/c2cwsgiutils
|
65
65
|
Description-Content-Type: text/markdown
|
66
66
|
|
@@ -60,8 +60,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=ZGRdrI17Bdl3mzaLjfPyAaEW3KK8Pikrgi-
|
|
60
60
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=P212MGGl2VV_7UU4AXZA-rOuF7ouaONRklZwpas2wc8,3209
|
61
61
|
c2cwsgiutils/templates/index.html.mako,sha256=zrdMxncl3PFwdg1TVDKAjH1CaXw1m7yr9dj8Hi7rYGw,1362
|
62
62
|
c2cwsgiutils/version.py,sha256=z4of1DDr6J7PDw4AUOz31Gp63khgXf3JfiIaoWUM-9I,2870
|
63
|
-
c2cwsgiutils-6.0.
|
64
|
-
c2cwsgiutils-6.0.
|
65
|
-
c2cwsgiutils-6.0.
|
66
|
-
c2cwsgiutils-6.0.
|
67
|
-
c2cwsgiutils-6.0.
|
63
|
+
c2cwsgiutils-6.0.4.dev2.dist-info/LICENSE,sha256=rM6IWxociA3daRkXnNLYOxGndT5fbs3BfVZCA2Xgt-g,1304
|
64
|
+
c2cwsgiutils-6.0.4.dev2.dist-info/METADATA,sha256=igMOWLtGz2jK37Tqb3RCAzRoMfbVTONbazHiAjflf9Y,33544
|
65
|
+
c2cwsgiutils-6.0.4.dev2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
66
|
+
c2cwsgiutils-6.0.4.dev2.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
67
|
+
c2cwsgiutils-6.0.4.dev2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|