archivist/Pipfile
Andrew Davidson a0eabee28a
Working version of imap backup.
Replaced imaplib with imapclient for a friendlier interface.
2020-04-02 16:29:52 -04:00

15 lines
203 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pygit2 = "*"
requests = "*"
pyyaml = "*"
imapclient = "*"
[dev-packages]
[requires]
python_version = "3.7"