mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Hotfix ingestor github flow, and move to top level src folder (foldedr per service) (#179)
This commit is contained in:
7
src/torrent-ingestor/.envrc
Normal file
7
src/torrent-ingestor/.envrc
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
layout python
|
||||
|
||||
if ! has poetry; then
|
||||
pip install poetry
|
||||
fi
|
||||
Reference in New Issue
Block a user