updates meta
This commit is contained in:
15
README.md
15
README.md
@@ -28,6 +28,21 @@
|
||||
- Flask-WTF
|
||||
- Pandas
|
||||
- Requests
|
||||
- Redis
|
||||
- Celery
|
||||
|
||||
Redis currently has to run locally, but this will change in the future. To change this, see file tasks.py:
|
||||
|
||||
```python
|
||||
# tasks.py
|
||||
def get_redis():
|
||||
return redis.StrictRedis(
|
||||
host='localhost',
|
||||
port=6379,
|
||||
db=0,
|
||||
decode_responses=True
|
||||
)
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user