Skip to content

Commit

Permalink
Merge pull request #37 from crate/m/version_conflicts
Browse files Browse the repository at this point in the history
use argparse 1.1 to prevent version conflicts
  • Loading branch information
mfelsche committed Jul 14, 2014
2 parents 04d1ac5 + 34e1dcf commit 5779e8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/crate/crash/crash.txt
Expand Up @@ -63,14 +63,18 @@ them without any special arguments like this::
+--------------------+-------------------+
| sys | cluster |
| information_schema | columns |
| sys | jobs |
| sys | jobs_log |
| sys | nodes |
| sys | operations |
| sys | operations_log |
| information_schema | routines |
| sys | shards |
| information_schema | table_constraints |
| information_schema | table_partitions |
| information_schema | tables |
+--------------------+-------------------+
SELECT 8 rows in set (... sec)
SELECT 12 rows in set (... sec)


Limitations
Expand Down
4 changes: 2 additions & 2 deletions versions.cfg
Expand Up @@ -5,7 +5,7 @@ zc.recipe.testrunner = 2.0.0
setuptools = 1.1
lovely.testlayers = 0.6.0

crate_server = 0.38.4
crate_server = 0.39.3
crate = 0.10.2

# Required by:
Expand Down Expand Up @@ -47,7 +47,7 @@ Jinja2 = 2.7.2
MarkupSafe = 0.23
Pygments = 1.6
Sphinx = 1.2.2
argparse = 1.2.1
argparse = 1.1
crate-docs-theme = 0.2.3
docutils = 0.11
wheel = 0.22.0
Expand Down

0 comments on commit 5779e8d

Please sign in to comment.