Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Pipfile - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2afbe5fc3f2c616cd5e2d47d40ca9fbd8b6fed1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
docutils = "==0.13.1"

[requires]
python_version = "3.4"