Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyxform version 0.10.0 #1178

Merged
merged 1 commit into from
Nov 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ pymongo
# sms support
dict2xml
lxml
-e git+https://github.com/XLSForm/pyxform.git@master#egg=pyxform

pyxform

# spss
#-e git+https://bitbucket.org/fomcl/[email protected]#egg=savreaderwriter
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
-e git+https://github.com/bfirsh/django-ordered-model.git@master#egg=django-ordered-model
-e git+https://github.com/onaio/floip-py.git@master#egg=floip
-e git+https://github.com/onaio/python-json2xlsclient.git#egg=python-json2xlsclient
-e git+https://github.com/XLSForm/pyxform.git@master#egg=pyxform
alabaster==0.7.10 # via sphinx
amqp==1.4.9 # via kombu, librabbitmq
anyjson==0.3.3 # via kombu
Expand Down Expand Up @@ -53,7 +52,7 @@ enum34==1.1.6 # via flake8
et-xmlfile==1.0.1 # via openpyxl
flake8==3.3.0
fleming==0.4.5 # via django-query-builder
formencode==1.3.1
formencode==1.3.1 # via pyxform
funcsigs==1.0.2 # via mock
functools32==3.2.3.post2 # via jsonschema
geojson==1.3.5
Expand Down Expand Up @@ -102,6 +101,7 @@ python-dateutil==2.6.0
python-digest==1.7
python-memcached==1.58
pytz==2017.2
pyxform==0.10.0
raven==6.1.0
recaptcha-client==1.0.6
requests==2.17.3
Expand All @@ -120,7 +120,7 @@ tabulator==1.11.1 # via datapackage, tableschema
traceback2==1.4.0 # via unittest2
typing==3.6.1 # via sphinx
unicodecsv==0.14.1
unittest2==1.1.0
unittest2==1.1.0 # via pyxform
uritemplate==3.0.0 # via google-api-python-client
urllib3==1.21.1 # via requests
uwsgi==2.0.15
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
-e git+https://github.com/bfirsh/django-ordered-model.git@master#egg=django-ordered-model
-e git+https://github.com/onaio/floip-py.git@master#egg=floip
-e git+https://github.com/onaio/python-json2xlsclient.git#egg=python-json2xlsclient
-e git+https://github.com/XLSForm/pyxform.git@master#egg=pyxform
alabaster==0.7.10 # via sphinx
amqp==1.4.9 # via kombu, librabbitmq
anyjson==0.3.3 # via kombu
Expand Down Expand Up @@ -58,7 +57,7 @@ enum34==1.1.6 # via astroid, flake8, traitlets
et-xmlfile==1.0.1 # via openpyxl
flake8==3.3.0
fleming==0.4.5 # via django-query-builder
formencode==1.3.1
formencode==1.3.1 # via pyxform
funcsigs==1.0.2 # via mock
functools32==3.2.3.post2 # via jsonschema
geojson==1.3.5
Expand Down Expand Up @@ -121,6 +120,7 @@ python-dateutil==2.6.0
python-digest==1.7
python-memcached==1.58
pytz==2017.2
pyxform==0.10.0
raven==6.1.0
recaptcha-client==1.0.6
requests==2.17.3
Expand All @@ -143,7 +143,7 @@ traceback2==1.4.0 # via unittest2
traitlets==4.3.2 # via ipython
typing==3.6.1 # via sphinx
unicodecsv==0.14.1
unittest2==1.1.0
unittest2==1.1.0 # via pyxform
uritemplate==3.0.0 # via google-api-python-client
urllib3==1.21.1 # via requests
uwsgi==2.0.15
Expand Down