Pin argh to avoid stupid breaking changes

pull/349/head
Mike Lang 11 months ago
parent 5a8bf99d12
commit 044dfb8084

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"requests",
"wubloader-common",
],

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"gevent",
"psycogreen",
"psycopg2",

@ -8,7 +8,7 @@ setup(
description='',
packages=find_packages(),
install_requires=[
'argh',
'argh==0.28.1',
'gevent',
'monotonic',
'requests', # for emote fetching

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"gevent",
"Pillow", # for thumbnail templating
"prometheus-client",

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"python-dateutil",
"gevent",
"monotonic",

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"gevent",
"prometheus-client",
"psycogreen",

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"python-dateutil",
"flask",
"gevent",

@ -5,7 +5,7 @@ setup(
version = '0.0.0',
packages = find_packages(),
install_requires = [
'argh',
'argh==0.28.1',
'gevent',
'matplotlib',
'numpy',

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"gevent",
"prometheus-client==0.7.1", # locked version as we rely on internals
"psycogreen",

@ -5,7 +5,7 @@ setup(
version = "0.0.0",
packages = find_packages(),
install_requires = [
"argh",
"argh==0.28.1",
"flask",
"gevent",
"google-auth",

@ -10,7 +10,7 @@ setup(
install_requires=[
'Mastodon.py',
'PyYAML',
'argh',
'argh==0.28.1',
'beautifulsoup4', # for parsing mastodon posts
'gevent',
'requests',

Loading…
Cancel
Save