Fix error in requirements.txt

This commit is contained in:
Ozzie Isaacs
2024-11-04 21:20:34 +01:00
parent 6315f40800
commit d6798fb286
3 changed files with 2 additions and 81 deletions

View File

@@ -173,7 +173,6 @@ BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, d
# python build process likes to have x.y.zbw -> b for beta and w a counting number
STABLE_VERSION = '0.6.24b'
# _version = STABLE_VERSION['version']
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'