Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 55dd1cb

Browse files
committed
update dependencies
1 parent a01f92b commit 55dd1cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export TWOOTFEED_LOG=twootfeed.log
1010

1111
GUNICORN_LOG=gunicorn.log
1212

13-
PYTHON_VERSION ?= python3.6
13+
PYTHON_VERSION ?= python3.7
1414
VENV = $(PWD)/.venv
1515
PYTHON = $(VENV)/bin/python
1616
PIP = $(VENV)/bin/pip

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ packages = find:
2525
zip_safe = false
2626
setup_requires = pytest-runner
2727
install_requires =
28-
beautifulsoup4==4.8.0
28+
beautifulsoup4==4.8.1
2929
feedgenerator==1.9
3030
Flask==1.1.1
3131
gunicorn==19.9.0
32-
Mastodon.py==1.4.6
33-
pytz==2019.2
32+
Mastodon.py==1.5.0
33+
pytz==2019.3
3434
PyYAML==5.1.2
3535
tweepy==3.8.0
3636
tests_require =

0 commit comments

Comments
 (0)