Skip to content

Commit d01676f

Browse files
committed
Removed mindsdb dependency
1 parent d2a7a45 commit d01676f

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ A step by step series of examples that tell you how to get a development environ
8181

8282
This is not required, for it is used to send OTP for account registration. Email sending is disabled by default in development.
8383

84-
For MINDSDB config:
85-
86-
Create a [MindsDB](https://mindsdb.com/) account. If you don't have one, sign up for a free account at [cloud.mindsdb.com](http://cloud.mindsdb.com/).
87-
88-
Set `MINDSDB_SERVER_USERNAME` to your email, and `MINDSDB_SERVER_PASSWORD` to your password.
89-
9084
Redis config:
9185

9286
If you don't have redis installed you can configure `settings/base.py` to use Django Memcache. Cache is used for OTP verification.

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jiter==0.7.1
6363
joblib==1.4.2
6464
MarkupSafe==2.0.1
6565
mccabe==0.7.0
66-
mindsdb-sql==0.21.0
67-
mindsdb_sdk==3.1.7
6866
model-bakery==1.20.0
6967
msgpack==1.1.0
7068
nltk==3.9.1

src/config/settings/base.py

-3
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@
242242

243243
TEST_INTERVAL_SECONDS = 10 # 1 * 24 * 60 * 60
244244

245-
MINDSDB_SERVER_USERNAME = config("MINDSDB_SERVER_USERNAME")
246-
MINDSDB_SERVER_PASSWORD = config("MINDSDB_SERVER_PASSWORD")
247-
248245
SHOWWCASE_API_KEY = config("SHOWWCASE_API_KEY")
249246
SHOWWCASE_BASE_URL = "https://cache.showwcase.com"
250247
SHOWWCASE_API_CACHE_TIME = 60 * 60 * 2 # 2 hours

src/env.example

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ EMAIL_HOST_PASSWORD=test
1919
2020
2121

22-
MINDSDB_SERVER_USERNAME=test
23-
MINDSDB_SERVER_PASSWORD=test
24-
2522
SHOWWCASE_API_KEY=test
2623

2724
# Stop here

0 commit comments

Comments
 (0)