mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
a631fc714d
MozReview-Commit-ID: 5qfK6OygVMH --HG-- rename : third_party/python/pytest/_pytest/vendored_packages/pluggy-0.4.0.dist-info/LICENSE.txt => third_party/python/pluggy/LICENSE rename : third_party/python/pytest/doc/en/example/costlysetup/sub1/__init__.py => third_party/python/pytest/doc/en/example/costlysetup/sub_a/__init__.py rename : third_party/python/pytest/doc/en/example/costlysetup/sub1/__init__.py => third_party/python/pytest/doc/en/example/costlysetup/sub_b/__init__.py rename : third_party/python/pytest/_pytest/_code/__init__.py => third_party/python/pytest/src/_pytest/_code/__init__.py extra : rebase_source : d80873f2b1899decefbddddfc2f69ae045925b81
20 lines
330 B
TOML
20 lines
330 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
attrs = "==18.1.0"
|
|
blessings = "==1.7"
|
|
jsmin = "==2.1.0"
|
|
json-e = "==2.5.0"
|
|
pipenv = "==2018.5.18"
|
|
pytest = "==3.6.2"
|
|
python-hglib = "==2.4"
|
|
requests = "==2.9.1"
|
|
six = "==1.10.0"
|
|
virtualenv = "==15.2.0"
|
|
voluptuous = "==0.10.5"
|