Updated requirements. [ci skip]
This commit is contained in:
parent
07e208f564
commit
44884fe542
|
@ -768,7 +768,6 @@ git clone https://github.com/fabiocaccamo/python-benedict.git src && cd src
|
|||
|
||||
# install requirements
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements-dev.txt
|
||||
pip install -r requirements.txt
|
||||
|
||||
# run tests using tox
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
codecov
|
||||
coverage
|
||||
tox
|
|
@ -1,3 +1,5 @@
|
|||
codecov
|
||||
coverage
|
||||
ftfy
|
||||
mailchecker
|
||||
phonenumbers
|
||||
|
@ -7,4 +9,5 @@ pyyaml
|
|||
requests
|
||||
six
|
||||
toml
|
||||
tox
|
||||
xmltodict
|
Loading…
Reference in New Issue