Browse Source

added more stuff

pull/40/head
timogoosen 3 years ago
parent
commit
7302ae8539
No known key found for this signature in database
GPG Key ID: 49DDE4E25FF06091
  1. 11
      Dockerfile
  2. 14
      requirements.txt

11
Dockerfile

@ -28,13 +28,10 @@ RUN set -ex && \
# Add pipenv
RUN pip install pipenv==2021.5.29
# Install dependencies
RUN pipenv install
RUN pip3 install --upgrade pip && \
pip3 install -U --no-cache-dir -r ./requirements.txt
# Added needed folder for plane-notify process
RUN mkdir /home/plane-notify
RUN mkdir -p /home/plane-notify
CMD pipenv run python /plane-notify/__main__.py
CMD python3 /plane-notify/__main__.py

14
requirements.txt

@ -0,0 +1,14 @@
# requirements.txt
colorama
geopy
tabulate
pytz
pillow
tweepy
pushbullet.py
discord-webhook
selenium
#opensky-api = {editable = true, git = "https://github.com/openskynetwork/opensky-api.git", subdirectory = "python"}
webdriver-manager
shapely
python-telegram-bot
Loading…
Cancel
Save