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: 9437cbc57d7b90398f8eba1f6bf035c307edfa8b (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.19"

[requires]
python_version = "3.9.6"