Skip to content

Commit

Permalink
Optimize uswgi command to use with dockerrun.
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Dec 27, 2019
1 parent 8b2a5ca commit c61755d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polemarch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"VST_ROOT_URLCONF": os.getenv("VST_ROOT_URLCONF", 'vstutils.urls'),
}

__version__ = "1.6.1.post2"
__version__ = "1.6.2"

prepare_environment(**default_settings)
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Docs
vstutils[doc]~=2.14.0
vstutils[doc]~=2.14.1
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main
vstutils[rpc,ldap,doc,prod]~=2.14.0
vstutils[rpc,ldap,doc,prod]~=2.14.1
docutils==0.15.2
markdown2==2.3.8

Expand All @@ -11,3 +11,4 @@ requests==2.22.0

# Ansible required packages
polemarch-ansible~=2.0.2
netaddr

0 comments on commit c61755d

Please sign in to comment.