File diff 8d3816a8fd87 → f09f029fc4cb
setup.py
Show inline comments
...
 
@@ -12,6 +12,7 @@ setup(
 

	
 
    install_requires=[
 
        'beancount>=2.2',
 
        'rt>=2.0',
 
    ],
 
    setup_requires=[
 
        'pytest-mypy',