Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:ecochen/python-mini-projects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:Python-World/python-mini-projects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 23, 2021

  1. export_mysql_data_to_csv

    root committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    daacb14View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge pull requestPython-World#544from LeiyuanBlog/ly

    export_mysql_data_to_csv
    @chavarera
    chavarera authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2dbd273View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. without -r can't install requirements

    with pip install -r requirements.txt i have this error ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none) ERROR: No matching distribution found for requirements.txt to solve this I added the -r option -r, --requirement <file> Install from the given requirements file. This option can be used multiple times.
    @nagyzekkyandras
    nagyzekkyandras authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d8995a1View commit details
    Browse the repository at this point in the history
  2. Create README.md

    @nagyzekkyandras
    nagyzekkyandras authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5477f39View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Merge pull requestPython-World#547from NAndras95/master

    without -r can't install requirements
    @chavarera
    chavarera authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    79294dbView commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Bump lxml from 4.6.3 to 4.6.5

    Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.6.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    03268d1View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Bump pillow from 8.3.2 to 9.0.1

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@8.3.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    8c087ddView commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Bump notebook from 6.4.1 to 6.4.10

    Bumps [notebook](http://jupyter.org) from 6.4.1 to 6.4.10. --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7dc21ccView commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Bump pypdf2 from 1.26.0 to 1.27.5

    Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG) - [Commits](py-pdf/pypdf@1.26.0...1.27.5) --- updated-dependencies: - dependency-name: pypdf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    564365cView commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Bump tensorflow from 2.5.2 to 2.6.4

    Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.6.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.5.2...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot
    dependabot[bot] authored May 24, 2022
    Configuration menu
    Copy the full SHA
    3b11a0bView commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge pull requestPython-World#588from Python-World/dependabot/pip/…

    …pillow-9.0.1 Bump pillow from 8.3.2 to 9.0.1
    @chavarera
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    b03eec3View commit details
    Browse the repository at this point in the history
  2. Merge pull requestPython-World#609from Python-World/dependabot/pip/…

    …tensorflow-2.6.4 Bump tensorflow from 2.5.2 to 2.6.4
    @chavarera
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    c7abe00View commit details
    Browse the repository at this point in the history
  3. Merge pull requestPython-World#601from Python-World/dependabot/pip/…

    …pypdf2-1.27.5 Bump pypdf2 from 1.26.0 to 1.27.5
    @chavarera
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    fc625b5View commit details
    Browse the repository at this point in the history
  4. Merge pull requestPython-World#598from Python-World/dependabot/pip/…

    …notebook-6.4.10 Bump notebook from 6.4.1 to 6.4.10
    @chavarera
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    bbd05acView commit details
    Browse the repository at this point in the history
  5. Merge pull requestPython-World#555from Python-World/dependabot/pip/…

    …lxml-4.6.5 Bump lxml from 4.6.3 to 4.6.5
    @chavarera
    chavarera authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e0cfd4bView commit details
    Browse the repository at this point in the history
Loading