1
1
[tool .poetry ]
2
2
name = " redis-om"
3
3
version = " 0.0.27"
4
- description = " Objecting mapping , and more, for Redis."
5
- authors = [" Andrew Brookins <andrew.brookins @redis.com>" ]
6
- maintainers = [" Andrew Brookins <andrew.brookins @redis.com>" ]
4
+ description = " Object mappings , and more, for Redis."
5
+ authors = [" Redis OSS <oss @redis.com>" ]
6
+ maintainers = [" Redis OSS <oss @redis.com>" ]
7
7
license = " BSD-3-Clause"
8
8
readme = " README.md"
9
9
repository = " https://github.com/redis-developer/redis-om-python"
@@ -12,15 +12,28 @@ packages = [
12
12
]
13
13
classifiers = [
14
14
" Development Status :: 3 - Alpha" ,
15
+ " Environment :: Console" ,
15
16
" Intended Audience :: Developers" ,
16
- " Topic :: Database :: Front-Ends" ,
17
+ " Operating System :: OS Independent" ,
18
+ " Topic :: Database" ,
19
+ ' License :: OSI Approved :: BSD License' ,
20
+ ' Programming Language :: Python :: 3.10' ,
21
+ ' Programming Language :: Python :: 3.6' ,
22
+ ' Programming Language :: Python :: 3.7' ,
23
+ ' Programming Language :: Python :: 3.8' ,
24
+ ' Programming Language :: Python :: 3.9' ,
25
+ ' Programming Language :: Python' ,
17
26
]
18
27
include =[
19
28
" docs/*" ,
20
29
" images/*" ,
21
30
" redis_om/**/*" ,
22
31
]
23
32
33
+ [tool .poetry .urls ]
34
+ "Code" = " https://github.com/redis/redis-om-python"
35
+ "Issue tracker" = " https://github.com/redis/redis-om-python/issues"
36
+
24
37
[tool .poetry .dependencies ]
25
38
python = " ^3.7,<=3.11"
26
39
redis = " >=3.5.3,<5.0.0"
@@ -29,7 +42,6 @@ pydantic = "^1.8.2"
29
42
click = " ^8.0.1"
30
43
pptree = " ^3.1"
31
44
types-redis = " >=3.5.9,<5.0.0"
32
- types-six = " ^1.16.1"
33
45
python-ulid = " ^1.0.3"
34
46
cleo = " 1.0.0a5"
35
47
typing-extensions = " ^4.0.0"
@@ -40,7 +52,6 @@ more-itertools = "^8.14.0"
40
52
mypy = " ^0.971"
41
53
pytest = " ^7.1.2"
42
54
ipdb = " ^0.13.9"
43
- pylint = " ^2.13.9"
44
55
black = " ^22.6"
45
56
isort = " ^5.9.3"
46
57
flake8 = " ^5.0.4"
@@ -60,4 +71,4 @@ migrate = "redis_om.model.cli.migrate:migrate"
60
71
61
72
[build-system ]
62
73
requires = [" poetry-core>=1.0.0" ]
63
- build-backend = " poetry.core.masonry.api"
74
+ build-backend = " poetry.core.masonry.api"
0 commit comments