-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
Pipfile
45 lines (41 loc) · 861 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
# black = "~=24.3"
Cheroot = "*" # "~=8.5"
cx_Freeze = {version = "*", markers="sys_platform == 'win32'"}
# isort = "*"
mypy = "*"
Paste = "*" # "~=2.0"
pylint = "*"
pytest = "*" # "~=7.3"
pytest-cov = "*" # "~=4.0"
pytest-html = "*"
python-pam = "*" # "~=1.8"
pywin32 = {version = "*", markers="sys_platform == 'win32'"}
# recommonmark = "*"
requests = "*"
# rope = "*"
ruff = "*"
setuptools = "*"
# Sphinx = "*"
# sphinx_rtd_theme = "*"
stressor = "*"
tox = "*" # "~=3.13"
twine = "*"
WebTest = "*" # "~=2.0"
wheel = "*"
# wsgidav = {editable = true, path = "."}
safety = "*"
yabs = "*"
[packages]
defusedxml = "*" # "~=0.7"
Jinja2 = "*" # "~=2.10"
PyYAML = "*" # "~=5.1"
json5 = "*"
[requires]
python_version = "3.12"
[pipenv]
# allow_prereleases = true