Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Aug 2, 2018
1 parent bfb61ad commit 49a1312
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 31 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ docs/\.DS_Store
\.DS_Store

PyForms_Web\.egg-info/

build/

dist/
10 changes: 1 addition & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ channels:
- defaults
dependencies:
- python=3.5
- pip
- pip:
- confapp
- numpy
- opencv-python
- git+https://github.com/UmSenhorQualquer/orquestra.git
- git+https://github.com/UmSenhorQualquer/django-jfu.git
- sphinx
- sphinx-autobuild
- sphinx-rtd-theme
- sphinx-js
- recommonmark
- python-dateutil
- django
- recommonmark
16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ def find_files(package_name,directory, pattern):

setup(
name = 'PyForms-Web',
version = '0.1.6',
description = """
Pyforms is a Python 2.7 and 3.0 framework to develop GUI application,
which promotes modular software design and code reusability with minimal effort.
""",
version = '4',
description = """Pyforms Web is Python 3 framework to create single-page web applications.""",
author = 'Ricardo Ribeiro',
author_email = 'ricardojvr@gmail.com',
license = 'MIT',
license = 'GNU GPLv3',
url = 'https://github.com/UmSenhorQualquer/pyforms',
include_package_data = True,
packages=find_packages(),
Expand All @@ -41,6 +38,10 @@ def find_files(package_name,directory, pattern):
)
},
install_requires=[
'django-jfu-pyforms',
'orquestra',
'numpy',
'opencv-python',
'django>2.0',
'simplejson',
'sorl-thumbnail',
Expand Down

0 comments on commit 49a1312

Please sign in to comment.