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

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

[dev-packages]

[packages]
rst2pdf = "*"
sphinx-rtd-theme = "*"
Sphinx = "*"
Pillow = "*"

[requires]
python_version = "3.8"