Skip to content

Commit 58011df

Browse files
committed
Updated setup.py
1 parent 61d7e0a commit 58011df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
setup(
1212
name='hellowebapp-deploy',
13-
version='1.0.3',
13+
version='1.0.5',
1414
description="Packages needed to deploy to Heroku using Hello Web App's tutorial.",
1515
url='https://github.com/hellowebapp/hellowebapp-deploy',
16-
download_url='https://github.com/hellowebbooks/hellowebapp-deploy/archive/v1.0.3.tar.gz',
16+
download_url='https://github.com/hellowebbooks/hellowebapp-deploy/archive/v1.0.5.tar.gz',
1717
author='Tracy Osborn',
1818
author_email='[email protected]',
1919
license='MIT',
@@ -26,8 +26,8 @@
2626
keywords='deployment heroku hellowebapp',
2727
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
2828
install_requires = [
29-
'waitress==1.1.0',
29+
'waitress==2.0.0',
3030
'dj-database-url==0.5.0',
31-
'whitenoise==3.3.1',
31+
'whitenoise==5.2.0',
3232
],
3333
)

0 commit comments

Comments
 (0)