deb://Debian/packages/firefox
Revision 390bac7426d7e30d4d9b8f0bfeecb9cd1dad0daf authored by Mike Hommey on 12 August 2018, 05:07:43 UTC, committed by Mike Hommey on 12 August 2018, 05:07:43 UTC
0 parent
Raw File
Tip revision: 390bac7426d7e30d4d9b8f0bfeecb9cd1dad0daf authored by Mike Hommey on 12 August 2018, 05:07:43 UTC
Synthetic revision for Debian source package firefox version 62.0~b16-1
Tip revision: 390bac7
Pipfile
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]
pipenv = "==2018.5.18"
virtualenv = "==15.2.0"
six = "==1.10.0"
attrs = "==18.1.0"
pytest = "==3.2.5"
jsmin = "==2.1.0"
python-hglib = "==2.4"

[requires]
python_version = "2.7"
back to top