Simulate your own ATM with this api
pip install -r requirements.txt
python -m pytest test/
flask run
gunicorn app:app
- attrs==20.2.0
- certifi==2020.6.20
- click==7.1.2
- Flask==1.1.2
- gunicorn==20.0.4
- iniconfig==1.0.1
- itsdangerous==1.1.0
- Jinja2==2.11.2
- MarkupSafe==1.1.1
- more-itertools==8.5.0
- packaging==20.4
- pluggy==0.13.1
- py==1.9.0
- pyparsing==2.4.7
- pytest==6.1.0
- pytest-mock==3.3.1
- six==1.15.0
- toml==0.10.1
- Werkzeug==1.0.1
Made with 🌮 by @MiguelTI