File: Pipfile

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

[dev-packages]
pytest = "*"
pytest-cov = "*"
black = "*"
mypy = "*"
exceptiongroup = {markers="python_version < '3.11'"}
tomli = {markers="python_version < '3.11'"}

[packages]
ofxstatement = {editable = true,path = "."}
exceptiongroup = "*"
importlib_metadata = { markers="python_version < '3.10'"}
zipp = { markers="python_version < '3.10'"}
platformdirs = "*"