-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (31 loc) · 566 Bytes
/
Copy pathPipfile
File metadata and controls
35 lines (31 loc) · 566 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
black = "~=24.4"
check-manifest = "*"
cx_Freeze = {version = "*", markers="sys_platform == 'win32'"}
importlib-metadata = "*"
isort = "*"
pyftpdlib = "*"
pyftpsync = {editable = true, path = "."}
pylint = "*"
pytest = "*"
pytest-cov = "*"
pytest-sftpserver = "*"
ruff = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
tox = "*"
twine = "*"
wheel = "*"
yabs = "*"
[packages]
colorama = "*"
keyring = "*"
pysftp = "*"
PyYAML = "*"
[requires]
python_version = "3.12"
[pipenv]