Skip to content

Commit

Permalink
fix: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clemfromspace committed Jan 9, 2020
1 parent d978e2e commit 19137e4
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 79 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
scrapy = "*"
django = "==1.11"
django = "==1.11.23"
postgres = "*"
django-parler = "*"
ipython = "*"
Expand All @@ -23,6 +23,7 @@ algoliasearch-django = "*"
numeral = "*"
python-binary-memcached = "*"
django-bmemcached = "*"
requests = "==2.21"

[dev-packages]

Expand Down
Loading

0 comments on commit 19137e4

Please sign in to comment.