From f4b92d63a175797f1521dd55dc5e8b6e220fec0b Mon Sep 17 00:00:00 2001 From: willian-virgilio Date: Mon, 18 Jul 2022 20:56:12 -0300 Subject: [PATCH] modificado, Willian testes --- .idea/.gitignore | 3 +++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/libpythonpro-1.iml | 15 +++++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 1 + requirements-dev.txt | 9 +++++++++ 7 files changed, 48 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/libpythonpro-1.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 requirements-dev.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/libpythonpro-1.iml b/.idea/libpythonpro-1.iml new file mode 100644 index 000000000..5fdd65ba2 --- /dev/null +++ b/.idea/libpythonpro-1.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..63512f0ed --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..94a25f7f4 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 676c14d7f..1bf9ed337 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Link para o curso [Python Pro](https://www.python.pro.br/) [![Updates](https://pyup.io/repos/github/pythonprobr/libpythonpro/shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/) [![Python 3](https://pyup.io/repos/github/pythonprobr/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/) [![codecov](https://codecov.io/gh/pythonprobr/libpythonpro/branch/master/graph/badge.svg)](https://codecov.io/gh/pythonprobr/libpythonpro) +[![Build Status](https://app.travis-ci.com/willian-virgilio/libpythonpro-1.svg?branch=master)](https://app.travis-ci.com/willian-virgilio/libpythonpro-1) Suportada versão 3 de Python diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 000000000..1c706cdb5 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,9 @@ +certifi==2022.6.15 +charset-normalizer==2.1.0 +flake8==4.0.1 +idna==3.3 +mccabe==0.6.1 +pycodestyle==2.8.0 +pyflakes==2.4.0 +requests==2.28.1 +urllib3==1.26.10