Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 491 Bytes

requirements-hierarchy

an app to test streamlit requirements path parsing

scripts
├── pip
│   └── streamlit
│       ├── requirements.txt
│       └── streamlit.py
├── pipenv
│   └── streamlit
│       ├── Pipfile
│       ├── Pipfile.lock
│       └── streamlit.py
└── poetry
    └── streamlit
        ├── poetry.lock
        ├── pyproject.toml
        └── streamlit.py