mirror of https://gitlab.com/bashrc2/epicyon
Merge
commit
5931585fe7
|
@ -3,6 +3,12 @@ pipeline:
|
||||||
image: debian:testing
|
image: debian:testing
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
<<<<<<< HEAD
|
||||||
- apt-get install -y python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-django-timezone-field libimage-exiftool-perl python3-flake8 python3-pyqrcode python3-png python3-bandit imagemagick gnupg
|
- apt-get install -y python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-django-timezone-field libimage-exiftool-perl python3-flake8 python3-pyqrcode python3-png python3-bandit imagemagick gnupg
|
||||||
- python3 epicyon.py --tests
|
- python3 epicyon.py --tests
|
||||||
- python3 epicyon.py --testsnetwork
|
- python3 epicyon.py --testsnetwork
|
||||||
|
=======
|
||||||
|
- apt-get install -y python3-cryptography python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-requests python3-socks python3-setuptools python3-pyqrcode imagemagick gnupg
|
||||||
|
- python3 epicyon.py --tests
|
||||||
|
- python3 epicyon.py --testsnetwork
|
||||||
|
>>>>>>> 5d3b105c5c46fe9dc541089e253d6d16dff859af
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
This is a mirror of http://code.freedombone.net/bashrc/epicyon
|
|
||||||
|
|
||||||
Add issues on https://gitlab.com/bashrc2/epicyon/-/issues
|
|
||||||
|
|
||||||
<blockquote><b>Epicyon</b>, meaning <i>"more than a dog"</i>. Largest of the <i>Borophaginae</i> which lived in North America 20-5 million years ago.</blockquote>
|
<blockquote><b>Epicyon</b>, meaning <i>"more than a dog"</i>. Largest of the <i>Borophaginae</i> which lived in North America 20-5 million years ago.</blockquote>
|
||||||
|
|
||||||
<img src="https://libreserver.org/epicyon/img/screenshot_rc3.jpg" width="80%"/>
|
<img src="https://libreserver.org/epicyon/img/screenshot_rc3.jpg" width="80%"/>
|
||||||
|
|
Loading…
Reference in New Issue