mirror of https://github.com/django/django.git
Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.
This commit is contained in:
parent
1c466994d9
commit
888c1e9bfe
|
@ -1,14 +0,0 @@
|
|||
argon2-cffi >= 16.1.0
|
||||
bcrypt
|
||||
docutils
|
||||
geoip2
|
||||
jinja2 >= 2.9.2
|
||||
numpy
|
||||
Pillow
|
||||
PyYAML
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys.platform != 'win32'
|
||||
pytz
|
||||
selenium
|
||||
sqlparse
|
||||
tblib
|
|
@ -1,2 +1,15 @@
|
|||
-r base.txt
|
||||
argon2-cffi >= 16.1.0
|
||||
bcrypt
|
||||
docutils
|
||||
geoip2
|
||||
jinja2 >= 2.9.2
|
||||
numpy
|
||||
Pillow
|
||||
# pylibmc/libmemcached can't be built on Windows.
|
||||
pylibmc; sys.platform != 'win32'
|
||||
python3-memcached
|
||||
pytz
|
||||
PyYAML
|
||||
selenium
|
||||
sqlparse
|
||||
tblib
|
||||
|
|
Loading…
Reference in New Issue