Skip to content

Commit ebad505

Browse files
committed
Update version of requirements
1 parent 963d167 commit ebad505

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Yasushi Itoh
3+
Copyright (c) 2014 Yasushi Itoh and other contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from setuptools import setup, find_packages
33
from mochi import __author__, __version__, __license__, IS_PYTHON_34
44

5-
install_requires = ['rply>=0.7.2',
6-
'pyrsistent>=0.6.3',
7-
'greenlet>=0.4.5',
8-
'eventlet>=0.15.2']
5+
install_requires = ['rply==0.7.3',
6+
'pyrsistent==0.7.1',
7+
'greenlet==0.4.5',
8+
'eventlet==0.16.1']
99

1010

1111
if not IS_PYTHON_34:

0 commit comments

Comments
 (0)