File: Pipfile

package info (click to toggle)
python-pytest-resource-path 1.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 398; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
bump2version = "*"
coverage = "*"
flake8 = "*"
invoke = "*"
isort = "*"
mypy = "*"
# Since pytester still use pathlib2 when Python version 3.5
pathlib2 = "*"
pipenv-setup = "*"
pylint = "*"
pytest-resource-path = {editable = true,path = "."}
radon = "*"
xenon = "*"

[packages]
# Hotfix for Pipenv's Bug @see https://github.com/pypa/pipenv/issues/4101
colorama = "*"
# The lower limit is based on the template created with Cookiecutter
pytest = ">=3.5.0"

[scripts]
build = "python setup.py sdist bdist_wheel"