* Use requirements.txt for automated version bumps. Move the Mailman requirements into requirements.txt file so that we can use dependabot for automated version bumping. * Remove constraint on mistune * Add requirements file to dockerfile * Add dependency on tzdata
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
# This is a separate file from Dockerfile so that we can use dependabot
|
|
# for version updates that isn't supported for contents inside the
|
|
# Dockerfile.
|
|
mailman==3.3.4
|
|
mailman-hyperkitty==1.1.0 |