diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 19:36:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 19:37:25 +0200 |
commit | c689207628c6034f6ca2ff8dfdadf1bedd9915f6 (patch) | |
tree | 97fabf5d35d245efea93807bf894b1011c1aeb10 | |
parent | 0848ced62822b8438c101a58af7ed40cd78f08ee (diff) | |
download | Ishtar-c689207628c6034f6ca2ff8dfdadf1bedd9915f6.tar.bz2 Ishtar-c689207628c6034f6ca2ff8dfdadf1bedd9915f6.zip |
Remove simple_history from ishtar source (now using the main repository for this library)
-rw-r--r-- | requirements.txt | 4 | ||||
l--------- | simple_history | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index dc555c9c9..44018a33d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,7 @@ html5lib==0.999 django-extra-views==0.2.4 beautifulsoup4==4.3.2 markdown==2.5.1 + +-e git+https://github.com/treyhunner/django-simple-history.git@f2f23e67d3f0e9d3be391d0842a160e5a32b26f7#egg=1.8.2 + +django-extensions==1.3.10 diff --git a/simple_history b/simple_history deleted file mode 120000 index 2f560733b..000000000 --- a/simple_history +++ /dev/null @@ -1 +0,0 @@ -django-simple-history/simple_history/
\ No newline at end of file |