diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-29 20:37:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-29 20:37:34 +0200 |
commit | aa0ec4755f5bb44271182f29bbbc77c70320dbc9 (patch) | |
tree | 2fc8ef004fafd535537c874dbea669c80075ae8b /requirements.txt | |
parent | 90e53d5d574442b9c8dc8a19841171eb8694b932 (diff) | |
download | my_new_personal_website-aa0ec4755f5bb44271182f29bbbc77c70320dbc9.tar.xz my_new_personal_website-aa0ec4755f5bb44271182f29bbbc77c70320dbc9.zip |
Add blog configurations in a config file
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 9ea29c20..49c845ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ blessed colorama lxml python-dateutil +toml |