Admin - remove old dependencies/config (#5054)

This commit is contained in:
Bert Blommers 2022-04-23 20:34:10 +00:00 committed by GitHub
parent 0e5c2e4f6b
commit 5efa5b66bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,10 @@
-r requirements-tests.txt
black==22.1.0
regex==2019.11.1
flake8==3.7.8
# https://github.com/pallets/click/issues/2232
click<8.1.0
inflection==0.3.1
inflection
lxml
packaging
prompt_toolkit

View File

@ -1,6 +1,3 @@
[bdist_wheel]
universal=1
[tool:pytest]
markers =
network: marks tests which require network connection