diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 09:57:45 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 09:57:45 +0200 |
commit | dcc1e201c17dd096fb757f973341e98865809f33 (patch) | |
tree | e01688e2a4d72ffa0aaf6f278906cac9d716d0d1 /requirements.txt | |
parent | 3b60291066e5442ce2980a6c40ea10542f24a910 (diff) | |
parent | a42d6cc8a49e82d851cde587fbc938b3b6364f63 (diff) | |
download | Trader-dcc1e201c17dd096fb757f973341e98865809f33.tar.gz Trader-dcc1e201c17dd096fb757f973341e98865809f33.tar.zst Trader-dcc1e201c17dd096fb757f973341e98865809f33.zip |
Merge branch 'config_parsing' into dev
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1bc76ec..2451c80 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -5,3 +5,4 @@ requests_mock==1.4.0 | |||
5 | psycopg2==2.7.4 | 5 | psycopg2==2.7.4 |
6 | retry==0.9.2 | 6 | retry==0.9.2 |
7 | cachetools==2.0.1 | 7 | cachetools==2.0.1 |
8 | configargparse==0.12.0 | ||