diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-07 16:51:11 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-07 16:51:11 -0700 |
commit | e9b7f149a37edc527eaa3d67591aec4e9ac87c6e (patch) | |
tree | 5bba4635d5d15fa4f32c3f662835432d1e2a3013 /requirements.txt | |
parent | f5f5f0f054fed05948276c7330631059e879d882 (diff) | |
download | my_new_personal_website-e9b7f149a37edc527eaa3d67591aec4e9ac87c6e.tar.xz my_new_personal_website-e9b7f149a37edc527eaa3d67591aec4e9ac87c6e.zip |
add requirements.txt
Also install requirements in .travis.yml.
By the way, I explored ways to install Pandoc in a Travis container
environment (without sudo), but that's just too hard. Giving up.
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..0d6bc62b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +beautifulsoup4 +colorama +python-dateutil |