issues
search
egov-itmo
/
derevo
MIT License
3
stars
1
forks
source link
feat(): update backend, fix lib
#23
Closed
kanootoko
closed
1 year ago
kanootoko
commented
1 year ago
Changes:
add plants xlsx flie used in the research
library:
add
from __future__ import annotation
where type annotations
A | B
are used
bump version
backend:
fix typo uesr -> user
add plants update with xlsx configuration
edit xlsx parsing and plants update process to use user-defined configuration
Changes:
from __future__ import annotation
where type annotationsA | B
are used