[REF] core: Remove psycogreen dependency
Purpose: The psycogreen module is unmaintained. Last source update was in 2015 and last pypi package was in 2012. Odoo only use a small part of the psycogreen module that could be written directly in the odoo code. This commit reproduce the small function from psycogreen used in ODoo and remove all depencies from it. Also the copyright and license are honored and the documentation is updated accordingly. pypi pckage: https://pypi.python.org/pypi/psycogreen bitbucket repos: https://bitbucket.org/dvarrazzo/psycogreen/
Showing
- debian/copyright 30 additions, 0 deletionsdebian/copyright
- doc/setup/deploy.rst 0 additions, 4 deletionsdoc/setup/deploy.rst
- odoo/__init__.py 20 additions, 2 deletionsodoo/__init__.py
- requirements.txt 0 additions, 1 deletionrequirements.txt
- setup.cfg 0 additions, 1 deletionsetup.cfg
- setup.py 0 additions, 1 deletionsetup.py
- setup/package.dffedora 0 additions, 1 deletionsetup/package.dffedora
- setup/win32/winpy_requirements.txt 0 additions, 1 deletionsetup/win32/winpy_requirements.txt
Loading
Please register or sign in to comment