Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc84e50

Browse files
committed
Remove dependencies that are not used directly by this project
Also remove dependencies that are only used by tests.There is no requirement to list these in setup.py.Fixes#48
1 parentbfa2d00 commitfc84e50

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎setup.py‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,10 @@
2121
dirpath[len(PROJECT_NAME)+1:],f))
2222

2323
install_requires= [
24-
'asn1crypto',
25-
'cffi',
26-
'cryptography',
27-
'dj-database-url',
2824
'Django',
2925
'django-argonauts',
30-
'django-debug-toolbar',
31-
'gunicorn',
32-
'psycopg2',
33-
'pycparser',
3426
'python-u2flib-server',
35-
'pytz',
3627
'qrcode',
37-
'six',
38-
'sqlparse',
39-
'whitenoise',
4028
]
4129

4230
setup(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp