1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-26 23:10:47 +02:00

Py3 migration

This commit is contained in:
Daniel Wang
2019-02-27 17:14:27 -08:00
parent b688b3c885
commit 5a66b2f660
46 changed files with 70 additions and 90 deletions

View File

@@ -14,7 +14,7 @@ setuptools.setup(
packages=setuptools.find_packages('src'),
include_package_data=True,
install_requires=[
'falcon==1.1.0',
'falcon==1.4.1',
'falcon-cors',
'gevent',
'ujson',