blob: 2e90428514f8c4273c412543fdb6e7222855c75c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -5,16 +5,14 @@ packages = \
['cachy',
'cachy.contracts',
'cachy.serializers',
- 'cachy.stores',
- 'tests',
- 'tests.stores']
+ 'cachy.stores']
package_data = \
{'': ['*']}
extras_require = \
{'memcached': ['python-memcached>=1.59,<2.0'],
- 'msgpack': ['msgpack-python>=0.5,<0.6'],
+ 'msgpack': ['msgpack>=0.5'],
'redis': ['redis>=3.3.6,<4.0.0']}
setup_kwargs = {
|