Commit 94623c4b by aa.gusti

remove require

1 parent 29f0e84b
alembic~=1.6.5
pyramid~=2.0
SQLAlchemy~=1.4.17
reportlab~=3.5.67
setuptools~=56.0.0
requests~=2.26.0
deform~=2.0.15
pytz~=2021.1
colander~=1.8.3
transaction~=3.0.1
python-dateutil~=2.8.1
google~=3.0.0
qrcode~=6.1
pyramid_rpc
icecream~=2.1.1
Pillow~=8.3.1
lxml~=4.6.3
beautifulsoup4~=4.9.3
soupsieve~=2.2.1
pip~=18.1
wheel~=0.37.0
rsa~=4.7.2
pyasn1~=0.4.8
Mako~=1.1.4
Babel~=2.9.1
Beaker~=1.11.0
Pygments~=2.9.0
MarkupSafe~=2.0.1
six~=1.16.0
Genshi~=0.7.5
WebOb~=1.8.7
Chameleon~=3.9.1
translationstring~=1.4
peppercorn~=0.6
iso8601~=0.1.16
cachetools~=4.2.2
certifi~=2021.5.30
urllib3~=1.26.6
google-api-python-client~=2.15.0
colorama~=0.4.4
chardet~=4.0.0
passlib~=1.7.4
venusian~=3.0.0
plaster~=1.0
hupper~=1.10.3
greenlet~=1.1.1
pyparsing~=2.4.7
httplib2~=0.19.1
executing~=0.8.0
paginate~=0.5.6
idna~=2.10
waitress~=2.0.0
asttokens~=2.0.5
uritemplate~=3.0.1
zipp~=3.5.0
PyJWT~=2.1.0
\ No newline at end of file \ No newline at end of file
colorama>=0.4.4
Pillow>=8.3.1
lxml>=4.6.3
beautifulsoup4>=4.9.3
soupsieve>=2.2.1
pip>=18.1
wheel>=0.37.0
google>=3.0.0
Genshi>=0.7.5
rsa>=4.7.2
pyasn1>=0.4.8
six>=1.16.0
Pygments>=2.10.0
Mako>=1.1.5
Babel>=2.9.1
Beaker>=1.11.0
MarkupSafe>=2.0.1
pytz>=2021.1
SQLAlchemy>=1.4.23
transaction>=3.0.1
WebOb>=1.8.7
deform>=2.0.15
colander>=1.8.3
Chameleon>=3.9.1
translationstring>=1.4
peppercorn>=0.6
iso8601>=0.1.16
cachetools>=4.2.2
certifi>=2021.5.30
urllib3>=1.26.6
requests>=2.26.0
google-api-python-client>=2.18.0
python-dateutil>=2.8.2
alembic>=1.6.5
passlib>=1.7.4
pyramid>=2.0
venusian>=3.0.0
plaster>=1.0
hupper>=1.10.3
greenlet>=1.1.1
pyparsing>=2.4.7
httplib2>=0.19.1
icecream>=2.1.1
executing>=0.8.0
paginate>=0.5.6
idna>=3.2
waitress>=2.0.0
asttokens>=2.0.5
setuptools>=40.8.0
uritemplate>=3.0.1
zipp>=3.5.0
opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git
...@@ -10,39 +10,27 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: ...@@ -10,39 +10,27 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
line = CHANGES.splitlines()[0] line = CHANGES.splitlines()[0]
version = line.split()[0] version = line.split()[0]
requires = [ requires = [
'wheel', # 'wheel',
'pyramid', # 'pyramid',
'pyramid_tm', # 'pyramid_tm',
'SQLAlchemy', # 'SQLAlchemy',
'transaction', # 'transaction',
'waitress', # 'waitress',
'pyramid_beaker', # 'pyramid_beaker',
'pyramid_mailer', # 'pyramid_mailer',
'ziggurat-foundations', # 'ziggurat-foundations',
'zope.sqlalchemy', # 'zope.sqlalchemy',
'pytz', # 'pytz',
# 'colander', # 'deform >= 2.0a2',
'deform >= 2.0a2', # 'psycopg2-binary',
'psycopg2-binary', # 'pyramid_chameleon',
'pyramid_chameleon', # 'pyramid_rpc',
'pyramid_rpc', # 'requests',
'requests', # 'sqlalchemy-datatables',
'sqlalchemy-datatables', # 'py3o.template',
'py3o.template', # 'wheezy.captcha',
'wheezy.captcha', # 'icecream',
'icecream', # 'google-api-python-client', 'google'
'opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git',
'google-api-python-client', 'google'
# 'pyramid_xmlrpc',
# 'alembic >= 0.3.4',
# 'paste',
# 'webhelpers',
# 'bcrypt',
# 'z3c.rml',
# 'unoconv',
# 'zope'
# 'pyBarcode',
] ]
dev_requires = [ dev_requires = [
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!