We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037bf8a commit c19eaf6Copy full SHA for c19eaf6
requirements/common.txt
@@ -14,10 +14,9 @@ icalendar==3.9.2
14
requests==2.10.0
15
WTForms-Components==0.10.0
16
WTForms==2.1
17
-psycopg2
18
-logging
19
-colour
20
-xlrd
21
-mock
22
-SQLAlchemy-Utils
+colour==0.1.2
+psycopg2==2.6.1
+xlrd==0.9.4
+mock==2.0.0
+SQLAlchemy-Utils==0.32.6
23
cryptography==1.3.2
requirements/dev.txt
@@ -1,13 +1,11 @@
1
-r common.txt
2
3
nose==1.3.7
4
-livereload==2.4.1
5
-glob2==0.4.1
6
7
pylint==1.5.5
8
pep8==1.7.0
9
10
# these prevent SSL warnings in urllib3
11
-pyopenssl
12
-ndg-httpsclient
13
-pyasn1
+pyOpenSSL==16.0.0
+ndg-httpsclient==0.4.0
+pyasn1==0.1.9
0 commit comments