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