forked from mar10/wsgidav
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
47 lines (43 loc) · 931 Bytes
/
Pipfile
File metadata and controls
47 lines (43 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
black = "==21.10b0"
Cheroot = "*" # "~=8.5"
cx_Freeze = {version = "*", os_name = "== 'nt'"}
flake8 = "*" # "~=3.8"
flake8-bugbear = "*" # "~=20.1"
flake8-quotes = "*" # "~=1.0"
isort = "*"
mypy = "*"
Paste = "*" # "~=2.0"
pylint = "*"
pytest = "*" # "~=4.6"
pytest-cov = "*" # "~=2.10"
python-pam = "*" # "~=1.8"
pywin32 = {version = "*", os_name = "== 'nt'"}
recommonmark = "*"
requests = "*"
rope = "*"
setuptools = "*"
Sphinx = "~=4.3"
sphinx_rtd_theme = "~=1.0"
stressor = "*"
tox = "*" # "~=3.13"
twine = "*"
WebTest = "*" # "~=2.0"
wheel = "*"
# wsgidav = {editable = true, path = "."}
yabs = "*"
safety = "*"
[packages]
defusedxml = "*" # "~=0.5"
Jinja2 = "*" # "~=2.10"
PyYAML = "*" # "~=5.1"
json5 = "*"
wsgidav = {editable = true, path = "."}
[requires]
python_version = "3.9"
[pipenv]
# allow_prereleases = true