Files @ 9c69d656a382
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

bsturmfels
Add typing dependencies for requests, dateutil, setuptools and yaml.

Without these, mypy complains that "Library stubs are not installed".
1
2
3
4
5
6
7
8
9
build/
.cache/
dist/
*.egg
*.egg-info/
.eggs
.mypy_cache/
.tox/
__pycache__/