You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Galicea OpenID Connect Provider",
  4. "summary": """OpenID Connect Provider and OAuth2 resource server""",
  5. "author": "Maciej Wawro, Nicolas JEUDY",
  6. "maintainer": "nj.0k.io, Galicea",
  7. "website": "https://nj.0k.io",
  8. "category": "Technical Settings",
  9. "version": "16.0.0.0",
  10. "depends": ["web"],
  11. "external_dependencies": {"python": ["jwcrypto", "cryptography"]},
  12. "data": [
  13. "security/security.xml",
  14. "security/ir.model.access.csv",
  15. # 'security/init.yml',
  16. "security/init.xml",
  17. "views/views.xml",
  18. "views/templates.xml",
  19. ],
  20. "environment_checkup": {
  21. "dependencies": {
  22. "python": [
  23. {"name": "jwcrypto", "install": "pip install 'jwcrypto==0.5.0'"},
  24. {
  25. "name": "cryptography",
  26. "version": ">=2.3",
  27. "install": "pip install 'cryptography>=2.3'",
  28. },
  29. ]
  30. }
  31. },
  32. "images": [
  33. "static/description/images/master_screenshot.png",
  34. "static/description/images/client_screenshot.png",
  35. "static/description/images/login_screenshot.png",
  36. "static/description/images/error_screenshot.png",
  37. ],
  38. }