Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bassa fs #938

Open
wants to merge 280 commits into
base: master
Choose a base branch
from
Open

Bassa fs #938

wants to merge 280 commits into from

Conversation

V1C70RYG0D
Copy link

#887
@saisankargochhayat

You can use the pipenv install -r command to install the packages listed in a requirement.txt file into your virtual environment, and generate a Pipfile for your project.

For example, to install the packages listed in a requirement.txt file located in the current directory, you can use the following command:

pipenv install -r requirement.txt

This will install the packages listed in the requirement.txt file, and create a Pipfile in your project directory, which will contain the dependencies for your project.

You can also specify the path to the requirement.txt file if it is located in a different directory. For example:

pipenv install -r /path/to/requirement.txt

Note that the requirement.txt file should contain a list of package names and version numbers, one package per line. For example:

numpy==1.18.5
pandas==1.1.2

vivonk and others added 30 commits May 27, 2018 23:31
Merging latest to develop
Signed-off-by: Nirmal Sarswat <[email protected]>
…-setup-file

Import pip functionality according to version in setup file
Signed-off-by: Nirmal Sarswat <[email protected]>
User will able to see files in a grid view with appropriate file type icons
Download single file from server in a single click
kmehant and others added 30 commits June 19, 2019 15:22
created static UI components for queued, completed lists and appbar
Created components: Admin and Login with respective tests 
Fix #795
Fix #805
Updated dockerfile for Bassa API server with necessary changes and optimization
added authentication  and tested POST, GET requests in the React app
completed routing in the application and added GET requests for displaying completed and queued downloads
Integrated a WSGI (Gunicorn) to Bassa API server
Defined endpoints for file compression and added missing imports in sender.py
Updated and working version of development dockerfile for Bassa UI
Implemented a working production UI dockerfile for Bassa
Improved Travis CI builds for Bassa
Implemented a Dockerfile for Aria2c RPC server
Getting Bassa ready for container based deployment using docker-compose
* Fix docker build error for Web and update docs

* Update docker labels and add required args in docker-compose

* Update production docker-compose configuration

* revert passing args in docker-compose config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.