We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd24e6 commit 687fbb5Copy full SHA for 687fbb5
dev_requirements.txt
@@ -1,4 +1,4 @@
1
-pyldap>=3.0.0 # here instead of requirements.txt so rtfd can build
2
-Sphinx>=1.5.5
+python-ldap==3.2.0 # here instead of requirements.txt so rtfd can build
+Sphinx==2.1.2
3
4
-r requirements.txt
requirements.txt
@@ -1,2 +1,2 @@
-Flask>=0.12.4
-mock>=2.0.0 # for ci
+Flask==1.1.1
+mock==3.0.5 # for ci
0 commit comments