psycopg2-binary>=2.9.5     ; python_version < '4.0'  and python_version >= '3.11'    # Python 3.11+
psycopg2-binary>=2.9.1     ; python_version < '3.11' and python_version >= '3.10'    # Python 3.10


sqlalchemy_utils>=0.40.0 
