1
1
[tool .poetry ]
2
- name = " redis-python-tutorial "
2
+ name = " redis_python_tutorial "
3
3
version = " 0.1.0"
4
4
description = " "
5
5
authors = [" Todd Birchard <toddbirchard@gmail.com>" ]
@@ -9,14 +9,16 @@ readme = "README.md"
9
9
homepage = " https://hackersandslackers.com/redis-py-python/"
10
10
repository = " https://github.com/hackersandslackers/redis-python-tutorial/"
11
11
documentation = " https://hackersandslackers.com/redis-py-python/"
12
- keywords = [" Redis" ,
13
- " Cache" ,
14
- " Queue" ,
15
- " Sessions" ,
16
- " NoSQL" ]
12
+ keywords = [
13
+ " Redis" ,
14
+ " Cache" ,
15
+ " Queue" ,
16
+ " Memory" ,
17
+ " NoSQL"
18
+ ]
17
19
18
20
[tool .poetry .dependencies ]
19
- python = " ^3.7 "
21
+ python = " 3.8 "
20
22
redis = " *"
21
23
loguru = " *"
22
24
python-dotenv = " *"
@@ -26,7 +28,7 @@ requires = ["poetry>=0.12"]
26
28
build-backend = " poetry.masonry.api"
27
29
28
30
[tool .poetry .scripts ]
29
- run = " main:init_redis_app "
31
+ run = " main:app "
30
32
31
33
[tool .poetry .urls ]
32
34
issues = " https://github.com/hackersandslackers/redis-python-tutorial/issues"
0 commit comments