alrevuelta / pypowchain

Simple PoW blockchain written in Python, to be used as a learning tool
2 stars 1 forks source link

dataclasses is not compatible with Python 3.9.7 #6

Open Leonyxtested opened 2 years ago

Leonyxtested commented 2 years ago

In version 3.9.7 it doesn't allow to install dataclasses 0.8, I don't understand that either. Is there any alternative to this module?