Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from Bytespeicher/debian-virtualenv-build
Browse files Browse the repository at this point in the history
Debian virtualenv build
  • Loading branch information
mkzero committed Nov 5, 2015
2 parents bdffd9a + c529969 commit 2c81d6e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 8 deletions.
16 changes: 16 additions & 0 deletions contrib/bytebot.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Unit]
Description=Bytespeicher IRC botno bytebot.service
After=network-online.target
After=syslog.service
Requires=network-online.target
Requires=syslog.service

[Service]
User=bytebot
Group=bytebot
Restart=all
ExecStart=/home/bytebot/Bytebot/env/bin/python /home/bytebot/Bytebot/bytebot.py
MemoryLimit=256M

[Install]
WantedBy=multi-user.target
31 changes: 23 additions & 8 deletions contrib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
Twisted
beautifulsoup4
feedparser
pyopenssl
service_identity
clarifai
icalendar
pillow
Pillow>=3.0.0
Twisted>=15.4.0
argparse>=1.2.1
beautifulsoup4>=4.4.1
cffi>=1.3.0
characteristic>=14.3.0
clarifai>=0.2
cryptography>=1.1
enum34>=1.0.4
feedparser>=5.2.1
icalendar>=3.9.1
idna>=2.0
ipaddress>=1.0.14
pyOpenSSL>=0.15.1
pyasn1>=0.1.9
pyasn1-modules>=0.0.8
pycparser>=2.14
python-dateutil>=2.4.2
pytz>=2015.7
service-identity>=14.0.0
six>=1.10.0
wsgiref>=0.1.2
zope.interface>=4.1.3

0 comments on commit 2c81d6e

Please sign in to comment.