Updated requirements. [ci skip]

This commit is contained in:
Fabio Caccamo 2020-08-27 15:11:51 +02:00
parent 07e208f564
commit 44884fe542
3 changed files with 3 additions and 4 deletions

View File

@ -768,7 +768,6 @@ git clone https://github.com/fabiocaccamo/python-benedict.git src && cd src
# install requirements # install requirements
pip install --upgrade pip pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r requirements.txt pip install -r requirements.txt
# run tests using tox # run tests using tox

View File

@ -1,3 +0,0 @@
codecov
coverage
tox

View File

@ -1,3 +1,5 @@
codecov
coverage
ftfy ftfy
mailchecker mailchecker
phonenumbers phonenumbers
@ -7,4 +9,5 @@ pyyaml
requests requests
six six
toml toml
tox
xmltodict xmltodict