summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-27 11:45:51 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-27 14:57:11 +0200
commitfa89615868888fe656ba7bdda2a2fb4baa701349 (patch)
treeb2da4769e8f41156c05bb37c555c8cffb9009c51 /requirements.txt
parent40199bad6862f21527c322f41653179c700edea3 (diff)
downloadgitdb-2.1.0.dev3.tar.gz
chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3
+ chore(deps): + smmap2-v2.1.0.dev4 (FIXes memoryview leak). + FIX quoted environment marker in requirements. + import actually smmap2!
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 39cb6a3..b74364a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
-contextlib2; python_version <= "2.7"
-#smmap>=2.1.0
+contextlib2; python_version<='2.7'
+#smmap2>=2.1.0
-## DEV-requirements (FIXME: remove on release)
--e git+https://github.com/ankostis/smmap.git@v2.1.0.dev1#egg=smmap
+## DEV-requirement: FIX memleak (FIXME: remove on release)
+-e git+https://github.com/ankostis/smmap.git@v2.1.0.dev4#egg=smmap2