Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bedilbek committed Jan 28, 2020
1 parent 8ca2306 commit 1779d60
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,5 @@ dmypy.json

.idea/

requirements*.txt
project/
manage.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an ongoing project to integrate any Django project with Quickbooks Deskt
integration support for <b>Python 3.6+</b> and <b>Django 2.0+</b>


| Version: | 0.4 |
| Version: | 0.5 |
|-----------|--------------------------------------------------------------------------------------------------------------------|
| Download: | https://pypi.org/project/django-quickbooks/ |
| Source: | https://github.com/weltlink/django-quickbooks/ |
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Django==2.2.9
lxml==4.4.2
pika==1.1.0
spyne==2.13.12b0
celery==4.4.0
42 changes: 42 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1779d60

Please sign in to comment.