mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 03:43:56 +00:00
add django to test requirements and fix test_djangoitem for modern django versions
This commit is contained in:
parent
b98e80cbb8
commit
2105ec58eb
@ -3,3 +3,4 @@ lxml
|
||||
twisted
|
||||
boto
|
||||
Pillow
|
||||
django
|
||||
|
@ -4,3 +4,4 @@ lxml==2.3.2
|
||||
twisted==11.1.0
|
||||
boto==2.2.2
|
||||
Pillow<2.0
|
||||
django==1.3.1
|
||||
|
@ -4,3 +4,5 @@ DATABASES = {
|
||||
'NAME': ':memory:',
|
||||
}
|
||||
}
|
||||
|
||||
SECRET_KEY = 'top-secret'
|
||||
|
Loading…
x
Reference in New Issue
Block a user