diff options
author | Akshen | 2017-07-19 11:44:10 +0530 |
---|---|---|
committer | Akshen | 2017-07-19 11:44:10 +0530 |
commit | 7dac1e7475cb7c76001fbe213a3c005b1f39eb60 (patch) | |
tree | 11d9c35fb85a8255c2819c4631a1f518c357e9c4 /requirements.txt | |
parent | e9751c920991810b71d7a2dcb25842fe5c1a03ed (diff) | |
download | pyfoss-7dac1e7475cb7c76001fbe213a3c005b1f39eb60.tar.gz pyfoss-7dac1e7475cb7c76001fbe213a3c005b1f39eb60.tar.bz2 pyfoss-7dac1e7475cb7c76001fbe213a3c005b1f39eb60.zip |
Migrates to 1.10
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index a45fea0..8fe6457 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -Django==1.5 -MySQL-python==1.2.5 -django-nested-inlines==0.1 +configparser==3.5.0 +Django==1.10 +django-nested-inline==0.3.7 +mysqlclient==1.3.10 |