Made esd a submodule of the crawlers

pull/27/head
Neeraj Kashyap 2021-07-28 20:14:10 -07:00
rodzic 9e6fa856bb
commit 5c6dc77392
3 zmienionych plików z 1 dodań i 17 usunięć

Wyświetl plik

@ -1,15 +0,0 @@
alembic==1.6.5
certifi==2021.5.30
charset-normalizer==2.0.3
greenlet==1.1.0
idna==3.2
Mako==1.1.4
MarkupSafe==2.0.1
-e git+ssh://git@github.com/bugout-dev/moonstock.git@8acebb7c8a1872cd0a9c2b663f86be3877a20636#egg=moonstreamdb&subdirectory=db
psycopg2-binary==2.9.1
python-dateutil==2.8.2
python-editor==1.0.4
requests==2.26.0
six==1.16.0
SQLAlchemy==1.4.22
urllib3==1.26.6

Wyświetl plik

@ -1 +0,0 @@
export EXPLORATION_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"

Wyświetl plik

@ -1,3 +1,3 @@
export MOONSTREAM_IPC_PATH=null
export MOONSTREAM_CRAWL_WORKERS=4
export MOONSTREAM_DB_URI="<moonstream_database_uri>"
export MOONSTREAM_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"