Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 94623c4b
authored
Sep 20, 2021
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove require
1 parent
29f0e84b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
89 deletions
requirements.txt
setup.py
requirements.txt
View file @
94623c4
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
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
setup.py
View file @
94623c4
...
...
@@ -10,39 +10,27 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
line
=
CHANGES
.
splitlines
()[
0
]
version
=
line
.
split
()[
0
]
requires
=
[
'wheel'
,
'pyramid'
,
'pyramid_tm'
,
'SQLAlchemy'
,
'transaction'
,
'waitress'
,
'pyramid_beaker'
,
'pyramid_mailer'
,
'ziggurat-foundations'
,
'zope.sqlalchemy'
,
'pytz'
,
# 'colander',
'deform >= 2.0a2'
,
'psycopg2-binary'
,
'pyramid_chameleon'
,
'pyramid_rpc'
,
'requests'
,
'sqlalchemy-datatables'
,
'py3o.template'
,
'wheezy.captcha'
,
'icecream'
,
'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',
# 'wheel',
# 'pyramid',
# 'pyramid_tm',
# 'SQLAlchemy',
# 'transaction',
# 'waitress',
# 'pyramid_beaker',
# 'pyramid_mailer',
# 'ziggurat-foundations',
# 'zope.sqlalchemy',
# 'pytz',
# 'deform >= 2.0a2',
# 'psycopg2-binary',
# 'pyramid_chameleon',
# 'pyramid_rpc',
# 'requests',
# 'sqlalchemy-datatables',
# 'py3o.template',
# 'wheezy.captcha',
# 'icecream',
# 'google-api-python-client', 'google'
]
dev_requires
=
[
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment