gecko-dev/Pipfile
Dave Hunt cf0af6d22f Bug 1388013 - Vendor jsmin via |mach vendor python|; r=ahal
MozReview-Commit-ID: 197reaD9GdL

--HG--
extra : rebase_source : b55f1dd13c7256da9a5c3d85502e03148f238961
2018-05-30 13:07:32 +01:00

18 lines
258 B
TOML

[[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"
[requires]
python_version = "2.7"