Metadata-Version: 2.1
Name: babbagecoin
Version: 0.1.0
Summary: Second edition of project Babbage, create a blockchain from scratch (in a weekend)
Author: Quentin Garchery
Author-email: garchery.quentin@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Flask (>=2.0.3,<3.0.0)
Requires-Dist: cryptography (>=36.0.1,<37.0.0)
Requires-Dist: marshmallow (>=3.14.1,<4.0.0)
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: sentry-sdk[flask] (>=1.5.8,<2.0.0)
