diff --git a/.gitignore b/.gitignore
index f1b9f03..f0d6bac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,6 +127,5 @@ dmypy.json
.idea/
-requirements*.txt
project/
manage.py
diff --git a/README.md b/README.md
index c8f5a05..c99bc97 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is an ongoing project to integrate any Django project with Quickbooks Deskt
integration support for Python 3.6+ and Django 2.0+
-| Version: | 0.4 |
+| Version: | 0.5 |
|-----------|--------------------------------------------------------------------------------------------------------------------|
| Download: | https://pypi.org/project/django-quickbooks/ |
| Source: | https://github.com/weltlink/django-quickbooks/ |
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..2ac814e
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+Django==2.2.9
+lxml==4.4.2
+pika==1.1.0
+spyne==2.13.12b0
+celery==4.4.0
diff --git a/requirements_dev.txt b/requirements_dev.txt
new file mode 100644
index 0000000..44ac21a
--- /dev/null
+++ b/requirements_dev.txt
@@ -0,0 +1,42 @@
+amqp==2.5.2
+attrs==19.3.0
+billiard==3.6.1.0
+bleach==3.1.0
+celery==4.4.0
+certifi==2019.11.28
+cffi==1.13.2
+chardet==3.0.4
+cryptography==2.8
+Django==2.2.9
+docutils==0.16
+idna==2.8
+importlib-metadata==1.4.0
+jeepney==0.4.2
+keyring==21.1.0
+kombu==4.6.7
+lxml==4.4.2
+more-itertools==8.1.0
+packaging==20.0
+pika==1.1.0
+pkginfo==1.5.0.1
+pluggy==0.13.1
+py==1.8.1
+pycparser==2.19
+Pygments==2.5.2
+pyparsing==2.4.6
+pytest==5.3.4
+pytz==2019.3
+readme-renderer==24.0
+requests==2.22.0
+requests-toolbelt==0.9.1
+SecretStorage==3.1.2
+six==1.14.0
+spyne==2.13.12b0
+sqlparse==0.3.0
+tqdm==4.41.1
+twine==3.1.1
+urllib3==1.25.7
+vine==1.3.0
+wcwidth==0.1.8
+webencodings==0.5.1
+zipp==1.0.0
diff --git a/setup.cfg b/setup.cfg
index 24e94c6..717bc0f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = django-quickbooks
-version = 0.4
+version = 0.5
description = A Django app to integrate with quickbooks.
url = https://github.com/weltlink/django-quickbooks
author = Bedilbek Khamidov