Skip to content

Commit c19eaf6

Browse files
shivamMgjuslee
authored andcommitted
Update requirements (fossasia#340)
- Add versions to packages - Remove unused packages Add colour package
1 parent 037bf8a commit c19eaf6

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

requirements/common.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ icalendar==3.9.2
1414
requests==2.10.0
1515
WTForms-Components==0.10.0
1616
WTForms==2.1
17-
psycopg2
18-
logging
19-
colour
20-
xlrd
21-
mock
22-
SQLAlchemy-Utils
17+
colour==0.1.2
18+
psycopg2==2.6.1
19+
xlrd==0.9.4
20+
mock==2.0.0
21+
SQLAlchemy-Utils==0.32.6
2322
cryptography==1.3.2

requirements/dev.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
-r common.txt
22

33
nose==1.3.7
4-
livereload==2.4.1
5-
glob2==0.4.1
64

75
pylint==1.5.5
86
pep8==1.7.0
97

108
# these prevent SSL warnings in urllib3
11-
pyopenssl
12-
ndg-httpsclient
13-
pyasn1
9+
pyOpenSSL==16.0.0
10+
ndg-httpsclient==0.4.0
11+
pyasn1==0.1.9

0 commit comments

Comments
 (0)