Skip to content

Commit

Permalink
move xml2json to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Aug 2, 2023
1 parent ac1ebf4 commit 30095cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ hiredis
httpx[http2]
celery
jsonpath-ng
xml2json @ git+https://github.com/dimagi/xml2json@041b1ef
quickcache

# Django
Expand Down
4 changes: 0 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ jsonschema-specifications==2023.7.1
# via jsonschema
kombu==5.3.1
# via celery
lxml==4.9.3
# via xml2json
oauthlib==3.2.2
# via requests-oauthlib
pillow==10.0.0
Expand Down Expand Up @@ -212,5 +210,3 @@ wcwidth==0.2.6
# via prompt-toolkit
whitenoise==6.5.0
# via -r requirements/base.in
xml2json @ git+https://github.com/dimagi/xml2json@041b1ef
# via -r requirements/base.in
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pip-tools
# Testing
# ------------------------------------------------------------------------------
pytest
xml2json @ git+https://github.com/dimagi/xml2json@041b1ef

# Code quality
# ------------------------------------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jedi==0.18.2
# via ipython
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via xml2json
markupsafe==2.1.3
# via werkzeug
matplotlib-inline==0.1.6
Expand Down Expand Up @@ -222,6 +224,8 @@ wheel==0.41.0
# via pip-tools
wrapt==1.15.0
# via astroid
xml2json @ git+https://github.com/dimagi/xml2json@041b1ef
# via -r requirements/dev.in

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 30095cd

Please sign in to comment.