summaryrefslogtreecommitdiff
path: root/docs/build/requirements.txt
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-11-26 00:19:55 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-11-26 00:19:55 -0500
commit804d1d420bb8abfceb2cde46321fd5fa3dde357e (patch)
treee28199dc6d05a9b174c674f9e4de2ec540633dbb /docs/build/requirements.txt
parentc45c37293a74191eda10f77c2590f5ab872a0d2b (diff)
downloadalembic-804d1d420bb8abfceb2cde46321fd5fa3dde357e.tar.gz
remove @HEAD indicator from docs requirements
this is failing with more recent git/pip combinations. Change-Id: Ib35e8e80d9d116c00ab1eadba4bca3f0d52f4f77
Diffstat (limited to 'docs/build/requirements.txt')
-rw-r--r--docs/build/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build/requirements.txt b/docs/build/requirements.txt
index aa476ac..88f8416 100644
--- a/docs/build/requirements.txt
+++ b/docs/build/requirements.txt
@@ -1,4 +1,4 @@
-git+https://bitbucket.org/zzzeek/changelog.git@HEAD#egg=changelog
-git+https://bitbucket.org/zzzeek/sphinx-paramlinks.git@HEAD#egg=sphinx-paramlinks
+git+https://bitbucket.org/zzzeek/changelog.git#egg=changelog
+git+https://bitbucket.org/zzzeek/sphinx-paramlinks.git#egg=sphinx-paramlinks
git+https://bitbucket.org/zzzeek/sqlalchemy.git
python-dateutil