Fix contents of requirements.txt
Removes unneccessary beautifulsoup4 requirement from requirements.txt and adds necessary requirement on Django.
This commit is contained in:
parent
0da5e9ba89
commit
479d79cd3f
|
@ -1,3 +1,3 @@
|
||||||
beautifulsoup4>=4.3
|
Django>=1.6
|
||||||
dnspython>=1.11
|
dnspython>=1.11
|
||||||
pybindxml>=0.4
|
pybindxml>=0.4
|
||||||
|
|
Loading…
Reference in New Issue