mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Update dev requirements to work with setuptools 58
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
django-debug-toolbar==1.11
|
django-debug-toolbar==1.11
|
||||||
django-rest-swagger
|
django-rest-swagger
|
||||||
pprofile
|
# pprofile - re-add once https://github.com/vpelletier/pprofile/issues/41 is addressed
|
||||||
ipython==7.21.0
|
ipython==7.21.0
|
||||||
unittest2
|
unittest2
|
||||||
black
|
black
|
||||||
@@ -14,9 +14,9 @@ pytest-xdist==1.34.0 # 2.0.0 broke zuul for some reason
|
|||||||
tox # for awxkit
|
tox # for awxkit
|
||||||
logutils
|
logutils
|
||||||
jupyter
|
jupyter
|
||||||
matplotlib
|
# matplotlib - Caused issues when bumping to setuptools 58
|
||||||
backports.tempfile # support in unit tests for py32+ tempfile.TemporaryDirectory
|
backports.tempfile # support in unit tests for py32+ tempfile.TemporaryDirectory
|
||||||
mockldap
|
git+https://github.com/artefactual-labs/mockldap.git@master#egg=mockldap
|
||||||
sdb
|
sdb
|
||||||
remote-pdb
|
remote-pdb
|
||||||
gprof2dot
|
gprof2dot
|
||||||
|
|||||||
Reference in New Issue
Block a user