# dependencies from urls

## VCS -- https://pip.pypa.io/en/stable/topics/vcs-support/
### commit hash
git+https://github.com/path/to/package-one@41b95ec#egg=package-one
### master branch
git+https://github.com/path/to/package-two@master#egg=package-two
### tag
git+https://github.com/path/to/package-three@0.1#egg=package-three
### release tag
git+https://github.com/path/to/package-four@releases/tag/v3.7.1#egg=package-four
### complete node id
git+https://github.com/containerbuildsystem/osbs-client@2bd03f4e0e5edc474b6236c5c128620d988f79a3#egg=package-five


## http build dist
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win_amd64.whl


## http source dist
https://files.pythonhosted.org/packages/78/23/f78fd8311e0f710fe1d065d50b92ce0057fe877b8ed7fd41b28ad6865bfc/numpy-1.26.1.tar.gz


## named fetchable file
urllib3 @ https://github.com/urllib3/urllib3/archive/refs/tags/2.2.0.zip
