Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Dependencies: Upgrade past Jinja 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Apr 23, 2019
1 parent d9d950a commit 788ae91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
@@ -1,2 +1,2 @@
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.8.1#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@0.26.1#egg=datasette
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.9#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@9cd3b4#egg=datasette
8 changes: 4 additions & 4 deletions requirements/dev-freeze.txt
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile requirements/dev.txt --output-file requirements/dev-freeze.txt
#
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.8.1#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@0.26.1#egg=datasette
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.9#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@9cd3b4#egg=datasette
aiofiles==0.3.2 # via sanic
appdirs==1.4.3 # via black
attrs==19.1.0 # via black
Expand All @@ -17,11 +17,11 @@ entrypoints==0.3 # via flake8
flake8==3.7.7
httptools==0.0.10 # via sanic
hupper==1.0
jinja2==2.10
jinja2==2.10.1
markupsafe==1.0 # via jinja2
mccabe==0.6.1 # via flake8
numpy==1.15.4 # via pandas
pandas==0.20.3
pandas==0.24.2
pint==0.8.1
pip-tools==3.6.0
pluggy==0.7.1
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod-freeze.txt
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile requirements/prod.txt --output-file requirements/prod-freeze.txt
#
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.8.1#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@0.26.1#egg=datasette
-e git+https://github.com/simonw/csvs-to-sqlite.git@0.9#egg=csvs_to_sqlite
-e git+https://github.com/simonw/datasette.git@9cd3b4#egg=datasette
aiofiles==0.4.0 # via sanic
click-default-group==1.2
click==6.7 # via click-default-group
dateparser==0.7.0
httptools==0.0.13 # via sanic
hupper==1.0
jinja2==2.10
jinja2==2.10.1
markupsafe==1.1.1 # via jinja2
newrelic==4.18.0.118
numpy==1.16.3 # via pandas
pandas==0.20.3
pandas==0.24.2
pint==0.8.1
pluggy==0.9.0
py-lru-cache==0.1.4
Expand Down

0 comments on commit 788ae91

Please sign in to comment.