File: Pipfile

package info (click to toggle)
python-aiotractive 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 298; makefile: 20
file content (23 lines) | stat: -rw-r--r-- 348 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
aiohttp=">=3.8.1"
yarl=">=1.7.2"
aiotractive = {editable = true, path = "."}

[dev-packages]
isort=">=5.8.0"
pylint=">=2.8.2"
flake8=">=3.9.2"
black=">=21.5b1"
twine="3.4.1"
wheel=">=0.36.2"

[requires]
python_version = "3.9"

[pipenv]
allow_prereleases = true