File: Pipfile

package info (click to toggle)
python-async-property 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 765; makefile: 87; sh: 6
file content (20 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
bumpversion = "*"
coverage = "*"
flake8 = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-runner = "*"
sphinx = "*"
tox = "*"
twine = "*"

[packages]

[requires]
python_version = "3.7"