Skip to content

Commit

Permalink
Release requirements to 3rd party packages (#109)
Browse files Browse the repository at this point in the history
Summary:
**Pre-submission checklist**
- [x] I've ran the following linters locally and fixed lint errors related to the files I modified in this PR
    - [ ] `black .`
    - [ ] `usort format .`
    - [ ] `flake8`
- [x] I've installed dev dependencies `pip install -r requirements-dev.txt` and completed the following:
    - [ ] I've ran tests with `./scripts/run-tests.sh` and made sure all tests are passing

Pull Request resolved: #109

Reviewed By: tianhan0

Differential Revision: D56516435

Pulled By: arthaud

fbshipit-source-id: 55a1eb3df91688638b49857d7408931940636346
  • Loading branch information
snb2013 authored and facebook-github-bot committed Apr 24, 2024
1 parent 5f1bdfd commit 536ee73
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
click==8.1.3
click-log==0.4.0
Flask==2.3.3
Flask-Cors==3.0.10
Flask-GraphQL==2.0.1
click>=8.1.3
click-log>=0.4.0
Flask>=2.3.3,<3
Flask-Cors>=3.0.10
Flask-GraphQL>=2.0.1,<3
graphene<3.0
graphene-sqlalchemy==2.3.0
graphene-sqlalchemy>=2.3.0,<3
ipython<8.4.0
munch==2.5.0
prompt-toolkit==3.0.29
Pygments==2.12.0
pyre-extensions==0.0.30
SQLAlchemy==1.4.50
traitlets==5.2.2.post1
typing-extensions==4.2.0
xxhash==3.0.0
zstandard==0.17.0
Werkzeug==2.3.7
munch>=2.5.0
prompt-toolkit>=3.0.29
Pygments>=2.12.0
pyre-extensions>=0.0.30
SQLAlchemy>=1.4.50
traitlets>=5.2.2.post1,<6
typing-extensions>=4.2.0,<5
xxhash>=3.0.0,<4
zstandard>=0.17.0
Werkzeug>=2.3.7,<3

0 comments on commit 536ee73

Please sign in to comment.