Skip to content

Unnecessary hard dependencies #4

Description

@karolinepauls

Pip install causes the following files to be installed. They probably get there via the "pbr" tool.

$ pip install alembic-viz:

...

Installing collected packages: SQLAlchemy, python-editor, MarkupSafe, graphviz, click, Mako, alembic, alembic-viz
  Attempting uninstall: SQLAlchemy                                                             
    Found existing installation: SQLAlchemy 2.0.32
    Uninstalling SQLAlchemy-2.0.32:                                                            
      Successfully uninstalled SQLAlchemy-2.0.32
  Attempting uninstall: MarkupSafe                                                             
    Found existing installation: MarkupSafe 2.1.5
    Uninstalling MarkupSafe-2.1.5:                                                             
      Successfully uninstalled MarkupSafe-2.1.5
  Attempting uninstall: click                                                                  
    Found existing installation: click 8.1.7                                                   
    Uninstalling click-8.1.7:                                                                  
      Successfully uninstalled click-8.1.7                                                     
  Attempting uninstall: Mako                                                                   
    Found existing installation: Mako 1.3.5                                                    
    Uninstalling Mako-1.3.5:                                                                   
      Successfully uninstalled Mako-1.3.5                                                      
  Attempting uninstall: alembic                                                                
    Found existing installation: alembic 1.13.2
    Uninstalling alembic-1.13.2:                                                               
      Successfully uninstalled alembic-1.13.2    

 ...

Successfully installed Mako-1.0.5 MarkupSafe-0.23 SQLAlchemy-1.1.3 alembic-0.8.8 alembic-viz-0.1.0 click-6.6 graphviz-0.5.1 python-editor-1.0.1

dist-info METADATA:

Requires-Dist: Mako (==1.0.5)
Requires-Dist: MarkupSafe (==0.23)
Requires-Dist: SQLAlchemy (==1.1.3)
Requires-Dist: alembic (==0.8.8)
Requires-Dist: click (==6.6)
Requires-Dist: graphviz (==0.5.1)
Requires-Dist: python-editor (==1.0.1)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions