autocat3/Pipfile

48 lines
696 B
Plaintext
Raw Normal View History

2019-03-28 13:45:03 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
"repoze.lru" = "*"
Babel = "*"
chardet = "*"
CherryPy = "*"
colorama = "*"
#command-not-found = "*"
Genshi = "*"
html5lib = "*"
isodate = "*"
#language-selector = "*"
2020-03-11 18:45:45 +00:00
libgutenberg = "*"
2019-03-28 13:45:03 +00:00
netaddr = "*"
oauth = "*"
oauthlib = "*"
Pillow = "*"
#pycurl = "*"
#PyGObject = "*"
pyparsing = "*"
#python-apt = "*"
pytz = "*"
qrcode = "*"
rdflib = "*"
regex = "*"
requests = "*"
requests-oauthlib = "*"
Routes = "*"
simplejson = "*"
six = "*"
SQLAlchemy = "*"
#ufw = "*"
#unattended-upgrades = "*"
urllib3 = "*"
2019-04-16 17:23:16 +00:00
psycopg2 = "==2.7.7"
2019-03-28 13:45:03 +00:00
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true